Skip to content
Snippets Groups Projects
Commit d0ea61d9 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Simon Glass
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent f3d015cb
Branches
Tags
No related merge requests found
......@@ -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 ../)')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment