Skip to content

Commit

Permalink
make lower case p an acceptable option
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Oct 3, 2023
1 parent 6bbcf6a commit 908df36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adstex.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ def main():
parser.add_argument(
"--parallel",
"-P",
"-p",
action="store_true",
help="enable parallel ADS update queries",
) # thanks to dwijn for adding this option
Expand Down

0 comments on commit 908df36

Please sign in to comment.