diff --git a/commands/state.c b/commands/state.c index 038da40..0dbca9f 100644 --- a/commands/state.c +++ b/commands/state.c @@ -73,12 +73,13 @@ BAREBOX_CMD_HELP_TEXT("options:") BAREBOX_CMD_HELP_OPT ("-s", "save state") BAREBOX_CMD_HELP_OPT ("-l", "load state") +BAREBOX_CMD_HELP_OPT ("-n", "no authentication") BAREBOX_CMD_HELP_END BAREBOX_CMD_START(state) .cmd = do_state, BAREBOX_CMD_DESC("load or save state information") - BAREBOX_CMD_OPTS("[-sl] [STATENAME]") + BAREBOX_CMD_OPTS("[-sln] [STATENAME]") BAREBOX_CMD_GROUP(CMD_GRP_MISC) BAREBOX_CMD_HELP(cmd_state_help) BAREBOX_CMD_END