chiark / gitweb /
Add --no-refresh to the completion
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 25 Jul 2015 01:15:39 +0000 (18:15 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 25 Jul 2015 01:15:39 +0000 (18:15 -0700)
completion/bash-completion

index ca517c2004fc0f636695aad79f9c2b8e7ec54a3f..6f89ce0fe25642ffeac00de26e3622a6b1fecf6d 100644 (file)
@@ -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