svn commit: r353089 - stable/11/contrib/ipfilter/tools
Cy Schubert
cy at FreeBSD.org
Fri Oct 4 02:04:19 UTC 2019
Author: cy
Date: Fri Oct 4 02:04:18 2019
New Revision: 353089
URL: https://svnweb.freebsd.org/changeset/base/353089
Log:
MFC r320428:
In poolnodecommand() (ippool -a and ippool -r) -m (pool name) is not
optional.
Modified:
stable/11/contrib/ipfilter/tools/ippool.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/contrib/ipfilter/tools/ippool.c
==============================================================================
--- stable/11/contrib/ipfilter/tools/ippool.c Fri Oct 4 02:02:59 2019 (r353088)
+++ stable/11/contrib/ipfilter/tools/ippool.c Fri Oct 4 02:04:18 2019 (r353089)
@@ -69,7 +69,7 @@ usage(prog)
char *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>] [-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 [-dv] [-o <role>] [-t <type>]\n");
More information about the svn-src-all
mailing list