projects
/
mdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c04967
)
Adding missing --identifier in bash completion
author
Frederic Massart
<fred@moodle.com>
Fri, 21 Mar 2014 02:46:35 +0000
(10:46 +0800)
committer
Frederic Massart
<fred@moodle.com>
Fri, 21 Mar 2014 02:46:35 +0000
(10:46 +0800)
extra/bash_completion
patch
|
blob
|
history
diff --git
a/extra/bash_completion
b/extra/bash_completion
index
6a56a2e
..
88189d3
100644
(file)
--- a/
extra/bash_completion
+++ b/
extra/bash_completion
@@
-100,7
+100,7
@@
function _mdk() {
fi
;;
create)
- OPTS="--integration --install --run --version --suffix --engine"
+ OPTS="--i
dentifier --i
ntegration --install --run --version --suffix --engine"
if [[ "$PREV" == "--engine" ]]; then
OPTS='mysqli pgsql'
elif [[ "$PREV" == "--run" ]]; then