Fix option to use kebab case like the rest

This commit is contained in:
Ivan Habunek 2020-05-30 09:48:31 +02:00
parent 4885c6a3b7
commit fd56a16c41
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Twitch Downloader change log
============================
1.9.0 (TBA)
------------------
* **Breaking**: wrongly named `--max_workers` option changed to `--max-workers`.
The shorthand option `-w` remains the same.
1.8.0 (2020-05-17)
------------------

View File

@ -87,7 +87,7 @@ COMMANDS = [
"help": "video ID, clip slug, or URL",
"type": str,
}),
(["-w", "--max_workers"], {
(["-w", "--max-workers"], {
"help": "maximal number of threads for downloading vods "
"concurrently (default 20)",
"type": int,