update bash completion for new deploy/nightly flags

This commit is contained in:
Hans-Christoph Steiner 2019-05-02 08:51:39 +02:00
parent 5959a395c4
commit 0e807264f5
1 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ __complete_mirror() {
__complete_nightly() {
opts="-v -q"
lopts="--show-secret-var"
lopts="--show-secret-var --archive-older"
__complete_options
}
@ -288,7 +288,7 @@ __complete_stats() {
__complete_deploy() {
opts="-i -v -q"
lopts="--identity-file --local-copy-dir --sync-from-local-copy-dir
--verbose --quiet --no-checksum"
--verbose --quiet --no-checksum --no-keep-git-mirror-archive"
__complete_options
}