Update help text for --wvd-path option

This commit is contained in:
Rafael Moraes
2025-10-27 15:12:44 -03:00
parent 862a150c44
commit 42f782faa5
+1 -1
View File
@@ -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",