Browse Source

minor update

bugfixes
harshadyeola 10 years ago
parent
commit
94ca551156
  1. 2
      config/bash_completion.d/ee_auto.rc

2
config/bash_completion.d/ee_auto.rc

@ -264,6 +264,8 @@ _ee_complete()
retlist="--memcache --opcache --fastcgi"
elif [ ${COMP_WORDS[2]} == "delete" ]; then
retlist="--db --files"
elif [ ${COMP_WORDS[2]} == "update" ]; then
retlist="--password --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --hhvm=off --pagespeed --pagespeed=off"
else
retlist=""
fi

Loading…
Cancel
Save