From: Daniel Martí Date: Sat, 25 Jul 2015 01:15:39 +0000 (-0700) Subject: Add --no-refresh to the completion X-Git-Tag: 0.4.0~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8917382e4f4c508ddba0441fd5d94003adc50226;p=fdroidserver.git Add --no-refresh to the completion --- diff --git a/completion/bash-completion b/completion/bash-completion index ca517c20..6f89ce0f 100644 --- a/completion/bash-completion +++ b/completion/bash-completion @@ -96,7 +96,7 @@ __complete_build() { opts="-v -q -l -s -t -f -a -w" 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 -*) __complete_options