mysql: s/--skip-comment/--skip-comments/

This commit is contained in:
Ville Skyttä 2011-06-18 15:45:47 +03:00
parent a52c4ea382
commit 9e4605b68b

View File

@ -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