summaryrefslogtreecommitdiffstats
path: root/sbin/route/route.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-06-18 06:30:34 +0000
committercharnier <charnier@FreeBSD.org>1997-06-18 06:30:34 +0000
commita7ec83088076243e414cbd9257cd438123913dd1 (patch)
tree6029f1e75ed96cdc5417cb4fc6c64dfc537fcdae /sbin/route/route.c
parent2f83b582ea0364eb6407fcbbfebdc0cdb071d868 (diff)
downloadFreeBSD-src-a7ec83088076243e414cbd9257cd438123913dd1.zip
FreeBSD-src-a7ec83088076243e414cbd9257cd438123913dd1.tar.gz
Sync beetween man page and usage string.
Diffstat (limited to 'sbin/route/route.c')
-rw-r--r--sbin/route/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c
index 46c1e91..7ffd132 100644
--- a/sbin/route/route.c
+++ b/sbin/route/route.c
@@ -43,7 +43,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)route.c 8.3 (Berkeley) 3/19/94";
*/
static const char rcsid[] =
- "$Id: route.c,v 1.23 1997/04/02 16:52:45 phk Exp $";
+ "$Id: route.c,v 1.24 1997/04/02 17:05:30 phk Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -120,7 +120,7 @@ usage(cp)
if (cp)
warnx("bad keyword: %s", cp);
(void) fprintf(stderr,
- "usage: route [ -nqv ] cmd [[ -<qualifers> ] args ]\n");
+ "usage: route [ -nqv ] command [[ modifiers ] args ]\n");
exit(EX_USAGE);
/* NOTREACHED */
}
OpenPOWER on IntegriCloud