aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-06-18 06:34:28 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-06-18 06:34:28 +0000
commit768b3fbd5773ca67808744bda265265bc991c9d0 (patch)
tree76dd0abc86dbc0597b9767158ebdbdab52e35678 /sbin
parent7766b145c43c3164064c50b70ce2d8a1bfb9726d (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/routed/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/main.c b/sbin/routed/main.c
index 327ffdf8acdb..509c35011335 100644
--- a/sbin/routed/main.c
+++ b/sbin/routed/main.c
@@ -123,7 +123,7 @@ main(int argc,
(void)gethostname(myname, sizeof(myname)-1);
(void)gethost(myname, &myaddr);
- while ((n = getopt(argc, argv, "sqdghmpAtT:F:P:")) != -1) {
+ while ((n = getopt(argc, argv, "sqdghmAtT:F:P:")) != -1) {
switch (n) {
case 's':
supplier = 1;
@@ -225,7 +225,7 @@ main(int argc,
if (argc != 0) {
usage:
logbad(0, "usage: routed [-sqdghmpAt] [-T tracefile]"
- " [-F net[,metric]] [-P parms]");
+ " [-F net[/mask[,metric]]] [-P parms]");
}
if (geteuid() != 0)
logbad(0, "requires UID 0");