diff --git a/config/bash_completion.d/ee b/config/bash_completion.d/ee index a31bbe71..72d723b6 100644 --- a/config/bash_completion.d/ee +++ b/config/bash_completion.d/ee @@ -87,7 +87,7 @@ function EE_AUTO() *) if [ "$PREVIOUS2" = "create" ]; then - COMPREPLY=( $( compgen -W "--html --php --wp --wpsubdir --wpsubdomain" -- $CURRENT ) ) + COMPREPLY=( $( compgen -W "--html --php --mysql --wp --wpsubdir --wpsubdomain" -- $CURRENT ) ) elif [ "$PREVIOUS2" = "delete" ]; then COMPREPLY=( $( compgen -W "--db --all --files --no-prompt" -- $CURRENT ) ) fi