summaryrefslogtreecommitdiffstats
path: root/tools/patman
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-21 14:28:03 +0900
committerTom Rini <trini@ti.com>2014-08-22 10:41:50 -0400
commite0a4d06af2acf1895231fb60a610fe97eaf5d3fc (patch)
treebc9479c4cc9229f66b853abeb34e383f9651bd35 /tools/patman
parent3ff291f371fa9858426774f3732924bacb61ed1c (diff)
downloadtalos-obmc-uboot-e0a4d06af2acf1895231fb60a610fe97eaf5d3fc.tar.gz
talos-obmc-uboot-e0a4d06af2acf1895231fb60a610fe97eaf5d3fc.zip
patman: refactor help message
"patman [options]" is displayed by default. Append the rest of help messages to parser.usage instead of replacing it. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'tools/patman')
-rwxr-xr-xtools/patman/patman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/patman.py b/tools/patman/patman.py
index ba5dc91315..ca34cb9fd8 100755
--- a/tools/patman/patman.py
+++ b/tools/patman/patman.py
@@ -58,7 +58,7 @@ parser.add_option('--no-check', action='store_false', dest='check_patch',
parser.add_option('--no-tags', action='store_false', dest='process_tags',
default=True, help="Don't process subject tags as aliaes")
-parser.usage = """patman [options]
+parser.usage += """
Create patches from commits in a branch, check them and email them as
specified by tags you place in the commits. Use -n to do a dry run first."""
OpenPOWER on IntegriCloud