aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-06-25 16:44:14 +0200
committerTeddy Wing2022-06-25 16:44:14 +0200
commitedd87c06de17842b181fe5bdfdd22e75f0f37365 (patch)
tree908a11ac354db9839a831386eeb76124a862cd7b
parent6204c785395ec2ec82a757180be1aa5a7e280f01 (diff)
downloadcws-status-edd87c06de17842b181fe5bdfdd22e75f0f37365.tar.bz2
cws-status: Add trailing commas
-rw-r--r--cws-status4
1 files changed, 2 insertions, 2 deletions
diff --git a/cws-status b/cws-status
index d6302e7..75a0a0f 100644
--- a/cws-status
+++ b/cws-status
@@ -40,12 +40,12 @@ argparser = argparse.ArgumentParser(description='Query the publish status of \
argparser.add_argument(
'--url',
required=True,
- help='Chrome Web Store dashboard URL'
+ help='Chrome Web Store dashboard URL',
)
argparser.add_argument(
'--cookie-path',
required=True,
- help='path to a Google Chrome cookie file'
+ help='path to a Google Chrome cookie file',
)
argparser.add_argument('name_regex', metavar='<name-regex>')