Author: cy
Date: Sat Aug  5 06:46:06 2017
New Revision: 322075
URL: https://svnweb.freebsd.org/changeset/base/322075

Log:
  loadpoolfile() implements a -R (NORESOLVE) option which is not listed
  in usage(). This commit trues up usage() with loadpoolfile().

Modified:
  head/contrib/ipfilter/tools/ippool.c

Modified: head/contrib/ipfilter/tools/ippool.c
==============================================================================
--- head/contrib/ipfilter/tools/ippool.c        Sat Aug  5 05:20:03 2017        
(r322074)
+++ head/contrib/ipfilter/tools/ippool.c        Sat Aug  5 06:46:06 2017        
(r322075)
@@ -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");
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to