From 976ffb69439b6b342f41a46feb5ae76f666bf534 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 8 Dec 1997 20:09:10 +0000 Subject: Correct usage of `add' and `delete'. --- usr.sbin/ppp/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp') diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 5e7912c..71366fd 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.106 1997/11/23 20:05:18 brian Exp $ + * $Id: command.c,v 1.107 1997/12/07 04:09:10 brian Exp $ * */ #include @@ -353,7 +353,7 @@ static struct cmdtab const Commands[] = { {"close", NULL, CloseCommand, LOCAL_AUTH, "Close connection", "close"}, {"delete", NULL, DeleteCommand, LOCAL_AUTH, - "delete route", "delete ALL | dest [gateway [mask]]"}, + "delete route", "delete dest"}, {"deny", NULL, DenyCommand, LOCAL_AUTH, "Deny option request", "deny option .."}, {"dial", "call", DialCommand, LOCAL_AUTH, -- cgit v1.1