Skip to content

Commit 94ca551

Browse files
committed
minor update
1 parent d358722 commit 94ca551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/bash_completion.d/ee_auto.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ _ee_complete()
264264
retlist="--memcache --opcache --fastcgi"
265265
elif [ ${COMP_WORDS[2]} == "delete" ]; then
266266
retlist="--db --files"
267+
elif [ ${COMP_WORDS[2]} == "update" ]; then
268+
retlist="--password --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --hhvm=off --pagespeed --pagespeed=off"
267269
else
268270
retlist=""
269271
fi

0 commit comments

Comments
 (0)