diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-03 15:14:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-03 15:14:34 +0000 |
commit | d4c6749f42b986abe591b63cd48fa42ac8411878 (patch) | |
tree | 2f245d238a52bd788c685b904cb136bc1e9c3b92 | |
parent | 439f11edfc30a169c620e6b16c3fc624ef53c942 (diff) |
remove -N from usage();
-rw-r--r-- | sbin/pfctl/pfctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 984f29c0806..f5238aa7376 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.285 2009/09/01 13:42:00 henning Exp $ */ +/* $OpenBSD: pfctl.c,v 1.286 2009/09/03 15:14:33 jmc Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -227,7 +227,7 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-AdeghmNnOqRrvz] ", __progname); + fprintf(stderr, "usage: %s [-AdeghmnOqRrvz] ", __progname); fprintf(stderr, "[-a anchor] [-D macro=value] [-F modifier]\n"); fprintf(stderr, "\t[-f file] [-i interface] [-K host | network]\n"); fprintf(stderr, "\t[-k host | network | label | id] "); |