From 3f06f6fb40b41813e946154d591f4d1f37b52f85 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 10 Apr 2020 15:05:40 -0400 Subject: 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 --- b4/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'b4/command.py') 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) -- cgit v1.2.3