diff --git a/git_map_branches.py b/git_map_branches.py index 55d574b53..3016bbaae 100755 --- a/git_map_branches.py +++ b/git_map_branches.py @@ -324,7 +324,7 @@ def main(argv): print_desc() parser = argparse.ArgumentParser() - parser.add_argument('-v', action='count', + parser.add_argument('-v', action='count', default=0, help=('Pass once to show tracking info, ' 'twice for hash and review url, ' 'thrice for review status'))