]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Tidy up help for --indir
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:31 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:57 +0000 (20:27 -0700)
The current help is confusing. Adjust it to indicate what the flag
actually does.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/cmdline.py

index ee19c5e33fec8cb48f1855b9a346a473245c4fac..39b835666ea0c608b160c7d7d4eae49a559df69f 100644 (file)
@@ -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',