Add g to flags help

This commit is contained in:
Andrey A. Chernov 1996-08-28 18:39:24 +00:00
parent b7ccad0af0
commit 89e01b4e03

View File

@ -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}
};