summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-12-07 09:35:01 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-12-07 09:35:04 +0100
commit95543697020919dbaab595c94c07b9c639d027ad (patch)
treea905d891782cd84510e157c40a837c23856d5613 /commands
parent2edf391153b7a8e106002e289011c67c5e315e7c (diff)
downloadbarebox-95543697020919dbaab595c94c07b9c639d027ad.tar.gz
barebox-95543697020919dbaab595c94c07b9c639d027ad.tar.xz
imd command: Document verbose option
imd understands -v for verbose mode, document it in the options list. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/imd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/imd.c b/commands/imd.c
index 912f065c9e..9f7ac79f8f 100644
--- a/commands/imd.c
+++ b/commands/imd.c
@@ -31,6 +31,7 @@ BAREBOX_CMD_HELP_TEXT("Options:")
BAREBOX_CMD_HELP_OPT ("-t <type>", "only show information of <type>")
BAREBOX_CMD_HELP_OPT ("-n <no>", "for tags with multiple strings only show string <no>")
BAREBOX_CMD_HELP_OPT ("-s VARNAME", "set variable VARNAME instead of showing information")
+BAREBOX_CMD_HELP_OPT ("-v", "Be verbose")
BAREBOX_CMD_HELP_OPT ("-V", "Verify checksum of FILE")
BAREBOX_CMD_HELP_OPT ("-c", "Create checksum for FILE and write it to the crc32 tag.")
BAREBOX_CMD_HELP_TEXT("")