[PATCH] state: add missing help texts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Juergen Borleis <jbe@xxxxxxxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux