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