diff options
| author | Teddy Wing | 2022-06-25 17:40:08 +0200 |
|---|---|---|
| committer | Teddy Wing | 2022-06-25 17:40:15 +0200 |
| commit | a9b373cc4798f2095117ed8e38ceb99c21a1a96d (patch) | |
| tree | 844a1d0758213bfed77283f4821e6fe6fa45a4a4 | |
| parent | 35a5ef5532ada87289b988c4e10ceb43afe3bd02 (diff) | |
| download | cws-status-a9b373cc4798f2095117ed8e38ceb99c21a1a96d.tar.bz2 | |
cws-status: Fix typo in command line help description
| -rw-r--r-- | cws-status | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ EX_NOUSER = 67 # Parse arguments. argparser = argparse.ArgumentParser(description='Query the publish status of \ - extensions on the Chromw Web Store dashboard.') + extensions on the Chrome Web Store dashboard.') argparser.add_argument( '--url', required=True, |
