Skip to content

Commit

Permalink
Add missing short option handling for --index (-I)
Browse files Browse the repository at this point in the history
Signed-off-by: kamillo <[email protected]>
  • Loading branch information
kamillo authored and frozencemetery committed Feb 20, 2023
1 parent 3eac27c commit b0f8108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/efibootmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ parse_opts(int argc, char **argv)
};

c = getopt_long(argc, argv,
"aAb:BcCd:De:E:fFgi:kl:L:m:M:n:No:Op:qrt:Tuv::Vwy@:h",
"aAb:BcCd:De:E:fFgi:I:kl:L:m:M:n:No:Op:qrt:Tuv::Vwy@:h",
long_options, &option_index);
if (c == -1)
break;
Expand Down

0 comments on commit b0f8108

Please sign in to comment.