From a9b373cc4798f2095117ed8e38ceb99c21a1a96d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 25 Jun 2022 17:40:08 +0200 Subject: cws-status: Fix typo in command line help description --- cws-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cws-status b/cws-status index 0a1c033..8999aae 100644 --- a/cws-status +++ b/cws-status @@ -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, -- cgit v1.2.3