efivar: add missing getopt 'u' option
This commit is contained in:
parent
0037455148
commit
f4d8e4954d
@ -255,7 +255,7 @@ parse_args(int argc, char **argv)
|
||||
{
|
||||
int ch, i;
|
||||
|
||||
while ((ch = getopt_long(argc, argv, "aAbdDf:gHlLNn:OpRt:w",
|
||||
while ((ch = getopt_long(argc, argv, "aAbdDf:gHlLNn:OpRt:uw",
|
||||
longopts, NULL)) != -1) {
|
||||
switch (ch) {
|
||||
case 'a':
|
||||
|
Loading…
Reference in New Issue
Block a user