mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
[sync_url] Properly declare "no-videos" as flag
This commit is contained in:
parent
946b7a7931
commit
e2bf84392b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ def main() -> None:
|
|||
"one line in the following format: '<user>:<password>'")
|
||||
parser.add_argument("-k", "--keyring", action="store_true",
|
||||
help="Use the system keyring service for authentication")
|
||||
parser.add_argument('--no-videos', nargs='?', default=None, help="Don't download videos")
|
||||
parser.add_argument('--no-videos', action="store_true", help="Don't download videos")
|
||||
parser.add_argument('--local-first', action="store_true",
|
||||
help="Don't prompt for confirmation, keep existing files")
|
||||
parser.add_argument('--remote-first', action="store_true",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue