Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2017 06:08:57 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319848 - head/contrib/ipfilter/tools
Message-ID:  <201706120608.v5C68vsB009621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706120608.v5C68vsB009621>