mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Fix option to use kebab case like the rest
This commit is contained in:
parent
4885c6a3b7
commit
fd56a16c41
@ -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)
|
||||
------------------
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user