Updated usage, so I don't have to edit it every time I add a new IB.
This commit is contained in:
parent
bfaa9d2778
commit
2fcd4f0aa7
@ -17,7 +17,7 @@ __all__ = ["main"]
|
||||
|
||||
|
||||
USAGE = \
|
||||
"""Usage: scrapthechan [OPTIONS] (URL | IMAGEBOARD BOARD THREAD)
|
||||
f"""Usage: scrapthechan [OPTIONS] (URL | IMAGEBOARD BOARD THREAD)
|
||||
|
||||
Options:
|
||||
\t-h,--help -- print this help and exit;
|
||||
@ -34,7 +34,7 @@ Arguments:
|
||||
\tBOARD -- short name of a board. E.g. b;
|
||||
\tTHREAD -- ID of a thread. E.g. 100500.
|
||||
|
||||
Supported imageboards: 4chan.org, 2ch.hk, lainchan.org.
|
||||
Supported imageboards: {', '.join(SUPPORTED_IMAGEBOARDS)}.
|
||||
"""
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user