summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-25 18:52:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-27 11:13:56 +0200
commit08ed36a3a54c911fa066a6a5082eb7926c3c2dc0 (patch)
tree27bfcdf537af779b80deb8b7e009146065dc94ee
parent7220b134ba272b32412eaaddad75b7e6a3bab073 (diff)
downloadbarebox-08ed36a3a54c911fa066a6a5082eb7926c3c2dc0.tar.gz
barebox-08ed36a3a54c911fa066a6a5082eb7926c3c2dc0.tar.xz
detect command: Add missing help text for -a option
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--commands/detect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/detect.c b/commands/detect.c
index fbce4eb0ce..15055e78bc 100644
--- a/commands/detect.c
+++ b/commands/detect.c
@@ -82,6 +82,7 @@ BAREBOX_CMD_HELP_START(detect)
BAREBOX_CMD_HELP_USAGE("detect [OPTIONS] [devices]\n")
BAREBOX_CMD_HELP_OPT ("-l", "list detectable devices\n")
BAREBOX_CMD_HELP_OPT ("-e", "bail out if one device fails to detect\n")
+BAREBOX_CMD_HELP_OPT ("-a", "detect all devices\n")
BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(detect)