-v (verbose) is not a command option. (See ippool.1 for a definition

of command options).
This commit is contained in:
Cy Schubert 2017-06-12 06:08:57 +00:00
parent 29d65f1cb4
commit bfff7435ed

View File

@ -128,9 +128,6 @@ main(argc, argv)
case 's' :
err = poolstats(argc, argv);
break;
case 'v' :
opts |= OPT_VERBOSE;
break;
default :
exit(1);
}