提交 7f6b8315 编写于 作者: M Masahiro Yamada 提交者: Tom Rini

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: NMasahiro Yamada <yamada.m@jp.panasonic.com>
上级 23f78aef
......@@ -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"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册