summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-05 02:23:27 +0900
committerSimon Glass <sjg@chromium.org>2014-09-09 16:48:06 -0600
commitd0ea61d9caf85e4285d5c2da508db9fac70e4aba (patch)
treef72e2c94f47ddf74735d664ebc730fe0f9ab7e2f /tools
parentf3d015cb4a84e4a7bb37e9963e4e8e97b48b7d68 (diff)
downloadblackbird-obmc-uboot-d0ea61d9caf85e4285d5c2da508db9fac70e4aba.tar.gz
blackbird-obmc-uboot-d0ea61d9caf85e4285d5c2da508db9fac70e4aba.zip
buildman: fix typos of --dry-run help message
try run => dry run no nothing => do nothing "..." => '...' The last one is for consistency with the other option helps. Change-Id: I1d69047d1fae6ef095a18f69f44ee13c448db9b7 Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/buildman/cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/cmdline.py b/tools/buildman/cmdline.py
index fad9a1c3f3..27d3c708e6 100644
--- a/tools/buildman/cmdline.py
+++ b/tools/buildman/cmdline.py
@@ -54,7 +54,7 @@ def ParseArgs():
parser.add_option('--list-tool-chains', action='store_true', default=False,
help='List available tool chains')
parser.add_option('-n', '--dry-run', action='store_true', dest='dry_run',
- default=False, help="Do a try run (describe actions, but no nothing)")
+ default=False, help="Do a dry run (describe actions, but do nothing)")
parser.add_option('-o', '--output-dir', type='string',
dest='output_dir', default='..',
help='Directory where all builds happen and buildman has its workspace (default is ../)')
OpenPOWER on IntegriCloud