From 908df365ecbae6ff9605e7f2f334ac0dcbfae132 Mon Sep 17 00:00:00 2001 From: Yao-Yuan Mao Date: Tue, 3 Oct 2023 11:13:45 -0600 Subject: [PATCH] make lower case p an acceptable option --- adstex.py | 1 + 1 file changed, 1 insertion(+) diff --git a/adstex.py b/adstex.py index 3420d02..ecc0851 100644 --- a/adstex.py +++ b/adstex.py @@ -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