aboutsummaryrefslogtreecommitdiffstats
path: root/data/completion/_gallery-dl
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-01-08 20:39:38 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2022-01-08 20:39:38 -0500
commite79415947da81787fbcbdbf0447d6fa0ecea166a (patch)
treec96811360f1816db1db38a64c6c65ddb7e03ece6 /data/completion/_gallery-dl
parent4339ea5f5c0105d112c88fd07581115d7fb4f2a3 (diff)
parent8de58070ee3e55f29966a787fd618632dbf4309b (diff)
Update upstream source from tag 'upstream/1.20.1'
Update to upstream version '1.20.1' with Debian dir bfa6a049d7c503377f35ac76efd1ede7feb78f6a
Diffstat (limited to 'data/completion/_gallery-dl')
-rw-r--r--data/completion/_gallery-dl4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl
index 2ac93f7..6b3ac6d 100644
--- a/data/completion/_gallery-dl
+++ b/data/completion/_gallery-dl
@@ -7,10 +7,10 @@ local rc=1
_arguments -C -S \
{-h,--help}'[Print this help message and exit]' \
--version'[Print program version and exit]' \
---dest'[==SUPPRESS==]':'<dest>':_files \
{-i,--input-file}'[Download URLs found in FILE ("-" for stdin). More than one --input-file can be specified]':'<file>':_files \
+{-d,--destination}'[Target location for file downloads]':'<path>' \
+{-D,--directory}'[Exact location for file downloads]':'<path>' \
{-f,--filename}'[Filename format string for downloaded files ("/O" for "original" filenames)]':'<format>' \
-{-d,--directory}'[Target location for file downloads]':'<path>' \
--cookies'[File to load additional cookies from]':'<file>':_files \
--proxy'[Use the specified proxy]':'<url>' \
--clear-cache'[Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything)]':'<module>' \