fix help text for scrape
authorMoritz Warning <moritzwarning@web.de>
Thu, 20 Aug 2020 01:30:46 +0000 (03:30 +0200)
committerMoritz Warning <moritzwarning@web.de>
Thu, 20 Aug 2020 12:43:02 +0000 (14:43 +0200)
misc/collect.py

index df18e278b485634095331faf880dd9b89c4d5f40..adfc0139b8eaba6b0d07cb282ed30a12e554e5c4 100755 (executable)
@@ -252,8 +252,7 @@ def main():
     )
 
     parser_scrape = subparsers.add_parser(
-        "scrape",
-        help="Create a grid structure of horizontal, vertical and vertical connections.",
+        "scrape", help="Scrape webpage for releases.",
     )
     parser_scrape.add_argument(
         "domain", help="Domain to scrape. E.g. https://downloads.openwrt.org"