Skip to content

Commit

Permalink
Allow -v for --version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Apr 8, 2019
1 parent a2e1f2e commit 29e9e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupytext/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def parse_jupytext_args(args=None):

# Action: convert(default)/version/list paired paths/sync/apply/test
action = parser.add_mutually_exclusive_group()
action.add_argument('--version',
action.add_argument('-v', '--version',
action='store_true',
help="Show jupytext's version number and exit")
action.add_argument('--paired-paths', '-p',
Expand Down

0 comments on commit 29e9e19

Please sign in to comment.