Fix typo in completion of plugin
authorFrederic Massart <fred@moodle.com>
Thu, 26 Sep 2013 08:31:56 +0000 (16:31 +0800)
committerFrederic Massart <fred@moodle.com>
Thu, 26 Sep 2013 08:31:56 +0000 (16:31 +0800)
extra/bash_completion

index c2dcb43..d3fe715 100644 (file)
@@ -154,7 +154,7 @@ function _mdk() {
                 if [[ "${COMP_CWORD}" == 2 ]]; then
                     OPTS="download install"
                 else
-                    OPTS="--force --stict --no-cache"
+                    OPTS="--force --strict --no-cache"
                     OPTS="$OPTS $(_list_instances)"
                 fi
                 ;;