mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Add --no-refresh to the completion
This commit is contained in:
parent
343c7de29f
commit
8917382e4f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ __complete_build() {
|
||||||
opts="-v -q -l -s -t -f -a -w"
|
opts="-v -q -l -s -t -f -a -w"
|
||||||
|
|
||||||
lopts="--verbose --quiet --latest --stop --test --server --resetserver
|
lopts="--verbose --quiet --latest --stop --test --server --resetserver
|
||||||
--on-server --skip-scan --no-tarball --force --all --wiki"
|
--on-server --skip-scan --no-tarball --force --all --wiki --no-refresh"
|
||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
-*)
|
-*)
|
||||||
__complete_options
|
__complete_options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue