mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
update bash completion for new deploy/nightly flags
This commit is contained in:
parent
5959a395c4
commit
0e807264f5
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user