aboutsummaryrefslogtreecommitdiffstats
path: root/data/completion
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-12-25 19:40:29 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-12-25 19:40:29 -0500
commitd9cde490ce957f56cd2bb9e1628c2c0ef1a8733b (patch)
tree13f58a5c602ae402a6b1fc598ce227e9f36f3aa2 /data/completion
parentf9b17d9842e84709e2a41e92eb1dff0654c430c5 (diff)
parentf9a1a9dcb7df977eeac9544786df9c0b93795815 (diff)
Update upstream source from tag 'upstream/1.12.1'
Update to upstream version '1.12.1' with Debian dir 6bd6e3209b21195bb26b892f2d85b1324de1f0d9
Diffstat (limited to 'data/completion')
-rw-r--r--data/completion/gallery-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/completion/gallery-dl b/data/completion/gallery-dl
index 415bf5c..11a796a 100644
--- a/data/completion/gallery-dl
+++ b/data/completion/gallery-dl
@@ -10,7 +10,7 @@ _gallery_dl()
elif [[ "${prev}" =~ ^(-d|--dest)$ ]]; then
COMPREPLY=( $(compgen -d -- "${cur}") )
else
- COMPREPLY=( $(compgen -W "--help --version --dest --input-file --cookies --proxy --clear-cache --quiet --verbose --get-urls --dump-json --simulate --list-keywords --list-modules --list-extractors --write-log --write-unsupported --limit-rate --retries --abort --http-timeout --sleep --no-part --no-mtime --no-download --no-check-certificate --abort-on-skip --config --config-yaml --option --ignore-config --username --password --netrc --download-archive --range --chapter-range --filter --chapter-filter --zip --exec --ugoira-conv --ugoira-conv-lossless --write-metadata --write-tags --mtime-from-date" -- "${cur}") )
+ COMPREPLY=( $(compgen -W "--help --version --dest --input-file --cookies --proxy --clear-cache --quiet --verbose --get-urls --dump-json --simulate --list-keywords --list-modules --list-extractors --write-log --write-unsupported --limit-rate --retries --abort --http-timeout --sleep --no-part --no-mtime --no-download --no-check-certificate --config --config-yaml --option --ignore-config --username --password --netrc --download-archive --range --chapter-range --filter --chapter-filter --zip --ugoira-conv --ugoira-conv-lossless --write-metadata --write-tags --mtime-from-date --exec --exec-after" -- "${cur}") )
fi
}