projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a1c849
)
fix help text for scrape
author
Moritz Warning
<moritzwarning@web.de>
Thu, 20 Aug 2020 01:30:46 +0000
(
03:30
+0200)
committer
Moritz Warning
<moritzwarning@web.de>
Thu, 20 Aug 2020 12:43:02 +0000
(14:43 +0200)
misc/collect.py
patch
|
blob
|
history
diff --git
a/misc/collect.py
b/misc/collect.py
index df18e278b485634095331faf880dd9b89c4d5f40..adfc0139b8eaba6b0d07cb282ed30a12e554e5c4 100755
(executable)
--- 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"