Removing unused auto completion flag for update command
authorFrederic Massart <fred@moodle.com>
Wed, 5 Nov 2014 05:12:08 +0000 (13:12 +0800)
committerFrederic Massart <fred@moodle.com>
Wed, 5 Nov 2014 05:12:08 +0000 (13:12 +0800)
extra/bash_completion

index 3b7e32c..230c46f 100644 (file)
@@ -216,7 +216,7 @@ function _mdk() {
                 fi
                 ;;
             update)
-                OPTS="--integration --stable --all --upgrade --update-cache --proceed"
+                OPTS="--integration --stable --all --upgrade --update-cache"
                 if [[ "$CUR" != -* ]]; then
                     OPTS="$OPTS $(_list_instances)"
                 fi