Commit fe2f380d authored by Aaron Gable's avatar Aaron Gable Committed by Commit Bot

Update help text for git-map-branches

R=lgarron@chromium.org

Bug: 758435
Change-Id: I557cf5027636e8cf30d3971071723bf2b9333f9e
Reviewed-on: https://chromium-review.googlesource.com/639036Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
parent 6761b9df
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment