mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-15 02:22:01 +00:00
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…
Reference in New Issue
Block a user