1
0
Fork 0

Updated usage, so I don't have to edit it every time I add a new IB.

This commit is contained in:
Alexander Andreev 2020-07-20 04:13:12 +04:00
parent bfaa9d2778
commit 2fcd4f0aa7
1 changed files with 2 additions and 2 deletions

View File

@ -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)}.
"""