Skip to content

Commit d633c78

Browse files
committed
Add -c (short for --crunch)
1 parent 6fc0494 commit d633c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git2dot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ def gettext(s):
11581158
Default: %(default)s
11591159
''')
11601160

1161-
parser.add_argument('--crunch',
1161+
parser.add_argument('-c', '--crunch',
11621162
action='store_true',
11631163
help='''Crunch branches and tags.
11641164
Crunch branches into a single node and tags into a single.

0 commit comments

Comments
 (0)