diff options
-rwxr-xr-x | git-deps | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -609,7 +609,7 @@ def parse_args(): usage='%(prog)s [options] COMMIT-ISH [COMMIT-ISH...]', add_help=False ) - parser.add_argument('-h', action='help', + parser.add_argument('-h', '--help', action='help', help='Show this help message and exit') parser.add_argument('-l', '--log', dest='log', action='store_true', help='Show commit logs for calculated dependencies') |