From 2be61a1df411ae154bc440052b396e62cbf4ea36 Mon Sep 17 00:00:00 2001 From: Vincent Scheib Date: Tue, 26 May 2020 16:45:32 +0000 Subject: [PATCH] Document the parameter {heading} avilable to --output-format-heading. R=jsbell@chromium.org Change-Id: Ia0db8fe7494306147e0e80f49e229f50b8603f09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2214243 Reviewed-by: Edward Lesmes Commit-Queue: Vincent Scheib --- my_activity.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/my_activity.py b/my_activity.py index c35833bc7..71c0bc2f2 100755 --- a/my_activity.py +++ b/my_activity.py @@ -795,7 +795,8 @@ def main(): output_format_group.add_option( '--output-format-heading', metavar='', default=u'{heading}:', - help='Specifies the format to use when printing headings.') + help='Specifies the format to use when printing headings. ' + 'Supports the variable {heading}.') output_format_group.add_option( '--output-format-no-url', default='{title}', help='Specifies the format to use when printing activity without url.')