Remove -V in grub-mkrescue.c
It clashhes with -V which is alias to -volid.
This commit is contained in:
parent
677dcaa92b
commit
70b002de55
@ -409,7 +409,7 @@ args_to_eat (const char *arg)
|
||||
return 2;
|
||||
return 1;
|
||||
}
|
||||
if (arg[1] == '?' || arg[1] == 'V')
|
||||
if (arg[1] == '?')
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user