efibootmgr: allow -u as a valid option

PR:		277907
Reported by:	vsasjason@gmail.com
MFC after:	1 week
This commit is contained in:
Mark Peek 2024-03-24 12:37:12 -07:00
parent eb1ca6736a
commit 65904399db
1 changed files with 2 additions and 2 deletions

View File

@ -204,8 +204,8 @@ parse_args(int argc, char *argv[])
int ch;
const char *arg;
while ((ch = getopt_long(argc, argv, "AaBb:C:cdDe:EFfhk:L:l:NnOo:pTt:v",
lopts, NULL)) != -1) {
while ((ch = getopt_long(argc, argv,
"AaBb:C:cdDe:EFfhk:L:l:NnOo:pTt:u:v", lopts, NULL)) != -1) {
switch (ch) {
case 'A':
opts.set_inactive = true;