Browse Source

Fixed typo

release/v3.3.0
gau1991 10 years ago
parent
commit
af47011834
  1. 2
      config/bash_completion.d/ee_auto.rc

2
config/bash_completion.d/ee_auto.rc

@ -165,7 +165,7 @@ _ee_complete()
"create")
COMPREPLY=( $(compgen \
-W "--user --pass --email --html --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --proxy= --pagespeed --wpredisss" \
-W "--user --pass --email --html --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --proxy= --pagespeed --wpredis" \
-- $cur) )
;;

Loading…
Cancel
Save