summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-10-10 09:48:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-12 08:47:57 +0200
commitee5e6c0115ac78412cbc53274698ece3847e3300 (patch)
tree92db10e8b96e6c55970834cd7d46e640253fb3e8 /commands
parent57cebc46f727055b8e7513e37cc88bc033852cb7 (diff)
downloadbarebox-ee5e6c0115ac78412cbc53274698ece3847e3300.tar.gz
barebox-ee5e6c0115ac78412cbc53274698ece3847e3300.tar.xz
boot: add '-w' parameter to usage help text
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/boot.c b/commands/boot.c
index 102ca07980..5d81d79ce8 100644
--- a/commands/boot.c
+++ b/commands/boot.c
@@ -141,7 +141,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(boot)
.cmd = do_boot,
BAREBOX_CMD_DESC("boot from script, device, ...")
- BAREBOX_CMD_OPTS("[-vdlmt] [BOOTSRC...]")
+ BAREBOX_CMD_OPTS("[-vdlmwt] [BOOTSRC...]")
BAREBOX_CMD_GROUP(CMD_GRP_BOOT)
BAREBOX_CMD_HELP(cmd_boot_help)
BAREBOX_CMD_END