diff options
| author | Teddy Wing | 2022-06-25 16:44:14 +0200 |
|---|---|---|
| committer | Teddy Wing | 2022-06-25 16:44:14 +0200 |
| commit | edd87c06de17842b181fe5bdfdd22e75f0f37365 (patch) | |
| tree | 908a11ac354db9839a831386eeb76124a862cd7b | |
| parent | 6204c785395ec2ec82a757180be1aa5a7e280f01 (diff) | |
| download | cws-status-edd87c06de17842b181fe5bdfdd22e75f0f37365.tar.bz2 | |
cws-status: Add trailing commas
| -rw-r--r-- | cws-status | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>') |
