summaryrefslogtreecommitdiff
path: root/tools/binman/cmdline.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-07-08 13:18:31 -0600
committerSimon Glass <sjg@chromium.org>2019-07-23 20:27:57 -0700
commit497409fec44e350f41e273222fe66afc69222bcb (patch)
tree0fd19721c0c7d089f3ed12234b2f86a4d6d37922 /tools/binman/cmdline.py
parented7dd5e61ca5ae60087c2c6ee90d6d729c18764c (diff)
binman: Tidy up help for --indir
The current help is confusing. Adjust it to indicate what the flag actually does. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/cmdline.py')
-rw-r--r--tools/binman/cmdline.py2
1 files changed, 1 insertions, 1 deletions
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',