From 6c7c3bbbefd804da1375b445c72fc68a119de2d8 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Thu, 20 Aug 2020 03:30:46 +0200 Subject: [PATCH] fix help text for scrape --- misc/collect.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.30.2