aboutsummaryrefslogtreecommitdiff
path: root/b4/command.py
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-04-10 15:05:40 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-04-10 15:05:40 -0400
commit3f06f6fb40b41813e946154d591f4d1f37b52f85 (patch)
treecc4f650ea9b1773b54b718f5e704f99e3a1d022f /b4/command.py
parent39181293c0cb1780e56e3eaee9ac2cc8abd8d43f (diff)
downloadb4-3f06f6fb40b41813e946154d591f4d1f37b52f85.tar.gz
Add summaries to default templates
They are much more useful if b4.thanks-commit-url-mask is set, but even without them this will list all subjects and corresponding commit IDs. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'b4/command.py')
-rw-r--r--b4/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/command.py b/b4/command.py
index d1b43e8..6d5e054 100644
--- a/b4/command.py
+++ b/b4/command.py
@@ -153,7 +153,7 @@ def cmd():
sp_ty.add_argument('-a', '--auto', action='store_true', default=False,
help='Use the Auto-Thankanator to figure out what got applied/merged')
sp_ty.add_argument('-b', '--branch', default=None,
- help='The branch to check against, instead of current (use with -a)')
+ help='The branch to check against, instead of current')
sp_ty.add_argument('--since', default='1.week',
help='The --since option to use when auto-matching patches (default=1.week)')
sp_ty.set_defaults(func=cmd_ty)