mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
efivar: add missing getopt 'u' option
This commit is contained in:
parent
0037455148
commit
f4d8e4954d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326287
@ -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