From: Moritz Warning Date: Thu, 20 Aug 2020 01:30:46 +0000 (+0200) Subject: fix help text for scrape X-Git-Tag: v3.0.0~23 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6c7c3bbbefd804da1375b445c72fc68a119de2d8;p=web%2Ffirmware-selector-openwrt-org.git fix help text for scrape --- diff --git a/misc/collect.py b/misc/collect.py index df18e27..adfc013 100755 --- a/misc/collect.py +++ b/misc/collect.py @@ -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"