chiark / gitweb /
checkupdates: exit with error if fdroiddata git repo is dirty
[fdroidserver.git] / completion / bash-completion
index 2142534ebe76f662df9d167891f2b34c103accc9..af9acf00538c184bbf0c6234fa3c0bff3ddeba0d 100644 (file)
@@ -174,7 +174,7 @@ __complete_publish() {
 
 __complete_checkupdates() {
        opts="-v -q"
-       lopts="--verbose --quiet --auto --autoonly --commit --gplay"
+       lopts="--verbose --quiet --auto --autoonly --commit --gplay --allow-dirty"
        case "${cur}" in
                -*)
                        __complete_options