summaryrefslogtreecommitdiffstats
path: root/commands/ubiformat.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-08-28 09:13:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-08-28 12:04:41 +0200
commitdfd536eb3213a0c29121e0d343963e6fd9ea3111 (patch)
tree2746a47f9c05c923f6f8cc8231dd4d3ba4ddeaf8 /commands/ubiformat.c
parentfe3627611252a10787f50094e95bdbf304af089c (diff)
downloadbarebox-dfd536eb3213a0c29121e0d343963e6fd9ea3111.tar.gz
barebox-dfd536eb3213a0c29121e0d343963e6fd9ea3111.tar.xz
commands: ubiformat: Document -y option
This was missing in the help text. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/ubiformat.c')
-rw-r--r--commands/ubiformat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/ubiformat.c b/commands/ubiformat.c
index e63f16e351..f9d952cff0 100644
--- a/commands/ubiformat.c
+++ b/commands/ubiformat.c
@@ -779,6 +779,7 @@ BAREBOX_CMD_HELP_OPT("-f FILE\t", "flash image file")
BAREBOX_CMD_HELP_OPT("-e VALUE", "use VALUE as erase counter value for all eraseblocks")
BAREBOX_CMD_HELP_OPT("-x NUM\t", "UBI version number to put to EC headers (default 1)")
BAREBOX_CMD_HELP_OPT("-Q NUM\t", "32-bit UBI image sequence number to use")
+BAREBOX_CMD_HELP_OPT("-y\t", "Assume yes for all questions")
BAREBOX_CMD_HELP_OPT("-q\t", "suppress progress percentage information")
BAREBOX_CMD_HELP_OPT("-v\t", "be verbose")
BAREBOX_CMD_HELP_TEXT("")