Chase r319848: remove -v option from getopt() call.

This commit is contained in:
Cy Schubert 2017-06-14 02:42:38 +00:00
parent 40ad94e00a
commit 2d1353a21d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319930

View File

@ -99,7 +99,7 @@ main(argc, argv)
assigndefined(getenv("IPPOOL_PREDEFINED"));
switch (getopt(argc, argv, "aAf:FlrRsv"))
switch (getopt(argc, argv, "aAf:FlrRs"))
{
case 'a' :
err = poolnodecommand(0, argc, argv);