mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
a1f89082dc
commit
811bd332ab
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue