summaryrefslogtreecommitdiffstats
path: root/sbin/ip6fw
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-03-18 18:45:43 +0000
committerume <ume@FreeBSD.org>2001-03-18 18:45:43 +0000
commit68ae8502935dde5a352a4351e99bb281e64be0b5 (patch)
treeac07af5d7bb70af22213d836a8f38faab570ed1f /sbin/ip6fw
parented068b4a280285450a9d589f8e6b1c8bffdc8b9a (diff)
downloadFreeBSD-src-68ae8502935dde5a352a4351e99bb281e64be0b5.zip
FreeBSD-src-68ae8502935dde5a352a4351e99bb281e64be0b5.tar.gz
Correct typo in usage.
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Diffstat (limited to 'sbin/ip6fw')
-rw-r--r--sbin/ip6fw/ip6fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ip6fw/ip6fw.c b/sbin/ip6fw/ip6fw.c
index 0c5b3b4..89050cd 100644
--- a/sbin/ip6fw/ip6fw.c
+++ b/sbin/ip6fw/ip6fw.c
@@ -481,7 +481,7 @@ show_usage(const char *fmt, ...)
va_end(args);
warnx("error: %s", buf);
}
- fprintf(stderr, "usage: ipfw6 [options]\n"
+ fprintf(stderr, "usage: ip6fw [options]\n"
" flush\n"
" add [number] rule\n"
" delete number ...\n"
OpenPOWER on IntegriCloud