In poolnodecommand() (ippool -a and ippool -r) -m (pool name) is not
optional.
This commit is contained in:
parent
d12f826bb0
commit
3fe0d81e1f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320428
@ -75,7 +75,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");
|
||||
|
Loading…
Reference in New Issue
Block a user