summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>1997-12-08 20:09:07 +0000
committerbrian <brian@cvs.openbsd.org>1997-12-08 20:09:07 +0000
commitf3f788e5b651e7c392e427fcb276c52e5faa68f2 (patch)
tree6db92daf066776400756fcfcc9983e9e096052ba /usr.sbin/ppp/command.c
parentd0b934fd69e88fd025e19704606f1bbc11719014 (diff)
Correct usage of `add' and `delete'.
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index efb3156c440..b3d9fa71ee1 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.2 1997/12/07 04:09:07 brian Exp $
+ * $Id: command.c,v 1.3 1997/12/08 20:09:06 brian Exp $
*
*/
#include <sys/param.h>
@@ -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,