diff options
author | ume <ume@FreeBSD.org> | 2001-03-18 18:45:43 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2001-03-18 18:45:43 +0000 |
commit | 68ae8502935dde5a352a4351e99bb281e64be0b5 (patch) | |
tree | ac07af5d7bb70af22213d836a8f38faab570ed1f /sbin | |
parent | ed068b4a280285450a9d589f8e6b1c8bffdc8b9a (diff) | |
download | FreeBSD-src-68ae8502935dde5a352a4351e99bb281e64be0b5.zip FreeBSD-src-68ae8502935dde5a352a4351e99bb281e64be0b5.tar.gz |
Correct typo in usage.
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ip6fw/ip6fw.c | 2 |
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" |