summaryrefslogtreecommitdiffstats
path: root/tools/buildman
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-22 19:12:41 +0900
committerTom Rini <trini@ti.com>2014-08-22 10:42:36 -0400
commit7f6b8315d18f683c5181d0c3694818c1b2a20dcd (patch)
tree21760d73e671e9452380913cf1643f103649a96c /tools/buildman
parent23f78aeff4d46964a58e90054b6b11dc522d689e (diff)
downloadblackbird-obmc-uboot-7f6b8315d18f683c5181d0c3694818c1b2a20dcd.tar.gz
blackbird-obmc-uboot-7f6b8315d18f683c5181d0c3694818c1b2a20dcd.zip
buildman: refactor help message
"buildman [options]" is displayed by default. Append the rest of help messages to parser.usage instead of replacing it. Besides, "-b <branch>" is not mandatory since commit fea5858e. Drop it from the usage. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'tools/buildman')
-rwxr-xr-xtools/buildman/buildman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/buildman.py b/tools/buildman/buildman.py
index 6ca8dc65b5..e18859b3d7 100755
--- a/tools/buildman/buildman.py
+++ b/tools/buildman/buildman.py
@@ -118,7 +118,7 @@ parser.add_option('-u', '--show_unknown', action='store_true',
parser.add_option('-v', '--verbose', action='store_true',
default=False, help='Show build results while the build progresses')
-parser.usage = """buildman -b <branch> [options]
+parser.usage += """
Build U-Boot for all commits in a branch. Use -n to do a dry run"""
OpenPOWER on IntegriCloud