]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: fix typos of --dry-run help message
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 4 Sep 2014 17:23:27 +0000 (02:23 +0900)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Sep 2014 22:48:06 +0000 (16:48 -0600)
commitd0ea61d9caf85e4285d5c2da508db9fac70e4aba
treef72e2c94f47ddf74735d664ebc730fe0f9ab7e2f
parentf3d015cb4a84e4a7bb37e9963e4e8e97b48b7d68
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>
tools/buildman/cmdline.py