svn commit: r319848 - head/contrib/ipfilter/tools
Cy Schubert
cy at FreeBSD.org
Mon Jun 12 06:08:58 UTC 2017
Author: cy
Date: Mon Jun 12 06:08:57 2017
New Revision: 319848
URL: https://svnweb.freebsd.org/changeset/base/319848
Log:
-v (verbose) is not a command option. (See ippool.1 for a definition
of command options).
Modified:
head/contrib/ipfilter/tools/ippool.c
Modified: head/contrib/ipfilter/tools/ippool.c
==============================================================================
--- head/contrib/ipfilter/tools/ippool.c Mon Jun 12 05:11:43 2017 (r319847)
+++ head/contrib/ipfilter/tools/ippool.c Mon Jun 12 06:08:57 2017 (r319848)
@@ -128,9 +128,6 @@ main(argc, argv)
case 's' :
err = poolstats(argc, argv);
break;
- case 'v' :
- opts |= OPT_VERBOSE;
- break;
default :
exit(1);
}
More information about the svn-src-head
mailing list