projects
/
mdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f037f59
)
Fix typo in completion of plugin
author
Frederic Massart
<fred@moodle.com>
Thu, 26 Sep 2013 08:31:56 +0000
(16:31 +0800)
committer
Frederic Massart
<fred@moodle.com>
Thu, 26 Sep 2013 08:31:56 +0000
(16:31 +0800)
extra/bash_completion
patch
|
blob
|
history
diff --git
a/extra/bash_completion
b/extra/bash_completion
index
c2dcb43
..
d3fe715
100644
(file)
--- a/
extra/bash_completion
+++ b/
extra/bash_completion
@@
-154,7
+154,7
@@
function _mdk() {
if [[ "${COMP_CWORD}" == 2 ]]; then
OPTS="download install"
else
- OPTS="--force --stict --no-cache"
+ OPTS="--force --st
r
ict --no-cache"
OPTS="$OPTS $(_list_instances)"
fi
;;