mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
Chase r319848: remove -v option from getopt() call.
This commit is contained in:
parent
40ad94e00a
commit
2d1353a21d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319930
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user