summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-03-23 20:33:11 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-03-23 20:33:11 +0000
commitfe0875bc53895b38f7abc955a429db3eff188ff6 (patch)
treeb85c6a0d764bb35f235b818d695aa516829c7f43
parent8337257f9133f9581393a1660d711fc2d0cff59a (diff)
add -F to usage() and kill some extraneous whitespace;
-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 0f098effba7..7d1194394e6 100644
--- a/sbin/route/route.c
+++ b/sbin/route/route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.c,v 1.106 2007/03/23 16:02:26 pyr Exp $ */
+/* $OpenBSD: route.c,v 1.107 2007/03/23 20:33:10 jmc Exp $ */
/* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */
/*
@@ -117,7 +117,7 @@ usage(char *cp)
if (cp)
warnx("botched keyword: %s", cp);
fprintf(stderr,
- "usage: %s [-dnqtv] [ -T tableid ] command [[modifiers] args]\n",
+ "usage: %s [-dFnqtv] [-T tableid] command [[modifiers] args]\n",
__progname);
fprintf(stderr,
"commands: add, change, delete, flush, get, monitor, show\n");