mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
Update help text for --wvd-path option
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ uploaded_video_downloader_sig = inspect.signature(
|
||||
"--wvd-path",
|
||||
type=click.Path(file_okay=False, dir_okay=True, writable=True, resolve_path=True),
|
||||
default=base_downloader_sig.parameters["wvd_path"].default,
|
||||
help=".wvd file executable path",
|
||||
help=".wvd file path",
|
||||
)
|
||||
@click.option(
|
||||
"--overwrite",
|
||||
|
||||
Reference in New Issue
Block a user