diff mbox series

[U-Boot,v2,12/37] binman: Tidy up help for --indir

Message ID 20190708191856.138863-13-sjg@chromium.org
State Accepted
Commit 497409fec44e350f41e273222fe66afc69222bcb
Delegated to: Simon Glass
Headers show
Series binman: Add CBFS support | expand

Commit Message

Simon Glass July 8, 2019, 7:18 p.m. UTC
The current help is confusing. Adjust it to indicate what the flag
actually does.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 tools/binman/cmdline.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass July 18, 2019, 1:59 a.m. UTC | #1
The current help is confusing. Adjust it to indicate what the flag
actually does.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 tools/binman/cmdline.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm, thanks!
diff mbox series

Patch

diff --git a/tools/binman/cmdline.py b/tools/binman/cmdline.py
index ee19c5e33fe..39b835666ea 100644
--- a/tools/binman/cmdline.py
+++ b/tools/binman/cmdline.py
@@ -35,7 +35,7 @@  def ParseArgs(argv):
     parser.add_option('-i', '--image', type='string', action='append',
             help='Image filename to build (if not specified, build all)')
     parser.add_option('-I', '--indir', action='append',
-            help='Add a path to a directory to use for input files')
+            help='Add a path to the list of directories to use for input files')
     parser.add_option('-H', '--full-help', action='store_true',
         default=False, help='Display the README file')
     parser.add_option('-m', '--map', action='store_true',