mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 03:03:09 -04:00
Add g to flags help
This commit is contained in:
parent
b7ccad0af0
commit
89e01b4e03
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ struct bootcmds_t {
|
|||
{"diskboot", exit, " boot from disk"},
|
||||
{"autoboot", NULL, " continue"},
|
||||
{"trans", cmd_aui, "<on|off> turn transceiver on|off"},
|
||||
{"flags", cmd_flags, "[bcdhsv] set boot flags"},
|
||||
{"flags", cmd_flags, "[bcdghsv] set boot flags"},
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue