From 06ef385b23cd0d843ce39cce5afe5344c53fca71 Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Wed, 16 Aug 2017 14:27:08 +0200 Subject: state command: extend help part I The loading parameter and its help text was removed in commit 446f3d07dd59f1b15b83a31fa88fba919ce4f47d and the loading parameter was re-added in commit 3a5ddf3d0db006e9256c8e256e7dc7b4a3f89a14 but the help was forgotten. Re-add the help as well. Signed-off-by: Juergen Borleis Signed-off-by: Sascha Hauer --- commands/state.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'commands') diff --git a/commands/state.c b/commands/state.c index c57a906ff0..038da402fb 100644 --- a/commands/state.c +++ b/commands/state.c @@ -72,12 +72,13 @@ BAREBOX_CMD_HELP_TEXT("Usage: state [OPTIONS] [STATENAME]") BAREBOX_CMD_HELP_TEXT("") BAREBOX_CMD_HELP_TEXT("options:") BAREBOX_CMD_HELP_OPT ("-s", "save state") +BAREBOX_CMD_HELP_OPT ("-l", "load state") BAREBOX_CMD_HELP_END BAREBOX_CMD_START(state) .cmd = do_state, - BAREBOX_CMD_DESC("save state information") - BAREBOX_CMD_OPTS("[-s] [STATENAME]") + BAREBOX_CMD_DESC("load or save state information") + BAREBOX_CMD_OPTS("[-sl] [STATENAME]") BAREBOX_CMD_GROUP(CMD_GRP_MISC) BAREBOX_CMD_HELP(cmd_state_help) BAREBOX_CMD_END -- cgit v1.2.3