efibootmgr: allow -u as a valid option

PR:		277907
Reported by:	vsasjason@gmail.com
MFC after:	1 week

(cherry picked from commit 65904399db)
This commit is contained in:
Mark Peek 2024-03-24 12:37:12 -07:00
parent a1f89082dc
commit 811bd332ab

View file

@ -203,8 +203,8 @@ parse_args(int argc, char *argv[])
{
int ch;
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;