* [PATCH] state: add missing help texts
@ 2017-06-07 10:25 Juergen Borleis
0 siblings, 0 replies; only message in thread
From: Juergen Borleis @ 2017-06-07 10:25 UTC (permalink / raw)
To: barebox
Commits 3a5ddf3 and 0c74367 add more options to the command but do not
extend the help texts.
Signed-off-by: Juergen Borleis <jbe@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
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-07 10:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-07 10:25 [PATCH] state: add missing help texts Juergen Borleis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox