From fe2f380df85e9abb4b1a76f3ed2a14900684ed91 Mon Sep 17 00:00:00 2001 From: Aaron Gable Date: Mon, 28 Aug 2017 12:17:21 -0700 Subject: [PATCH] Update help text for git-map-branches R=lgarron@chromium.org Bug: 758435 Change-Id: I557cf5027636e8cf30d3971071723bf2b9333f9e Reviewed-on: https://chromium-review.googlesource.com/639036 Reviewed-by: Robbie Iannucci Commit-Queue: Aaron Gable --- git_map_branches.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git_map_branches.py b/git_map_branches.py index 28586e127f..8627b3798c 100755 --- a/git_map_branches.py +++ b/git_map_branches.py @@ -307,7 +307,8 @@ def main(argv): parser = argparse.ArgumentParser() parser.add_argument('-v', action='count', - help='Display branch hash and Rietveld URL') + help=('Pass once to show tracking info; ' + 'twice for hash and review url')) parser.add_argument('--no-color', action='store_true', dest='nocolor', help='Turn off colors.') parser.add_argument(