mysql: s/--skip-comment/--skip-comments/
This commit is contained in:
parent
a52c4ea382
commit
9e4605b68b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user