diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2017-08-05 06:46:06 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2017-08-05 06:46:06 +0000 |
| commit | 11b5e0cd9ce78a102a398b76fe8f45debae714bb (patch) | |
| tree | 4cfd5742ce625430918c1ed1bd067c563981a512 /contrib/ipfilter | |
| parent | 07672e9c19953e3ada1e4b85479ca06cbfa6b328 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter')
| -rw-r--r-- | contrib/ipfilter/tools/ippool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ipfilter/tools/ippool.c b/contrib/ipfilter/tools/ippool.c index b2b026a54f81..ea2ef910cb68 100644 --- a/contrib/ipfilter/tools/ippool.c +++ b/contrib/ipfilter/tools/ippool.c @@ -77,7 +77,7 @@ usage(prog) fprintf(stderr, "Usage:\t%s\n", prog); fprintf(stderr, "\t-a [-dnv] -m <name> [-o <role>] [-t type] [-T ttl] -i <ipaddr>[/netmask]\n"); fprintf(stderr, "\t-A [-dnv] [-m <name>] [-o <role>] [-S <seed>] [-t <type>]\n"); - fprintf(stderr, "\t-f <file> [-dnuv]\n"); + fprintf(stderr, "\t-f <file> [-dnuvR]\n"); fprintf(stderr, "\t-F [-dv] [-o <role>] [-t <type>]\n"); fprintf(stderr, "\t-l [-dv] [-m <name>] [-t <type>] [-o <role>] [-M <core>] [-N <namelist>]\n"); fprintf(stderr, "\t-r [-dnv] [-m <name>] [-o <role>] [-t type] -i <ipaddr>[/netmask]\n"); |
