summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-12-08 20:09:10 +0000
committerbrian <brian@FreeBSD.org>1997-12-08 20:09:10 +0000
commit976ffb69439b6b342f41a46feb5ae76f666bf534 (patch)
tree827e77d6c86b929f0dbcd8dbd65893b5c5918d15 /usr.sbin/ppp
parentbfc015618223e2e9815a1f8a510c7e215b8a53d5 (diff)
downloadFreeBSD-src-976ffb69439b6b342f41a46feb5ae76f666bf534.zip
FreeBSD-src-976ffb69439b6b342f41a46feb5ae76f666bf534.tar.gz
Correct usage of `add' and `delete'.
Diffstat (limited to 'usr.sbin/ppp')
-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 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 <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,
OpenPOWER on IntegriCloud