diff --git a/completions/mysql b/completions/mysql index 319e2735..b2c69d94 100644 --- a/completions/mysql +++ b/completions/mysql @@ -60,7 +60,7 @@ _mysql() case $cur in --*) local help=$(_parse_help "$1") - help+=" --skip-comment --skip-ssl" + help+=" --skip-comments --skip-ssl" COMPREPLY=( $( compgen -W "$help" -- "$cur" ) ) [[ $COMPREPLY == *= ]] && compopt -o nospace