make the option 'V' closer to the option with no arg

This commit is contained in:
hejingxian 00273181 2020-01-20 23:01:19 +08:00
parent 4d02672c30
commit 7f77fc97cb

View file

@ -118,7 +118,7 @@ static void parse_command_line(int argc, char **argv)
unsigned long val;
while ((opt = getopt_long(argc, argv,
"odfji:p:s:c:l:m:t:V",
"odfjVi:p:s:c:l:m:t:",
lopts, &longind)) != -1) {
switch(opt) {