[PATCH] state: add missing help texts

Juergen Borleis jbe at pengutronix.de
Wed Jun 7 03:25:53 PDT 2017


Commits 3a5ddf3 and 0c74367 add more options to the command but do not
extend the help texts.

Signed-off-by: Juergen Borleis <jbe at pengutronix.de>
---
 commands/state.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/commands/state.c b/commands/state.c
index c57a906ff..a5c3ba790 100644
--- a/commands/state.c
+++ b/commands/state.c
@@ -72,12 +72,16 @@ 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_OPT ("-n", "no authentication")
 BAREBOX_CMD_HELP_END
 
 BAREBOX_CMD_START(state)
 	.cmd		= do_state,
-	BAREBOX_CMD_DESC("save state information")
+	BAREBOX_CMD_DESC("load or save state information")
 	BAREBOX_CMD_OPTS("[-s] [STATENAME]")
+	BAREBOX_CMD_OPTS("[-l] [STATENAME]")
+	BAREBOX_CMD_OPTS("[-n]")
 	BAREBOX_CMD_GROUP(CMD_GRP_MISC)
 	BAREBOX_CMD_HELP(cmd_state_help)
 BAREBOX_CMD_END
-- 
2.11.0




More information about the barebox mailing list