[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-380-g9e4605b

Ville Skyttä ville.skytta at iki.fi
Sat Jun 18 12:54:03 UTC 2011


The following commit has been merged in the master branch:
commit 9e4605b68b19a36be15e077596ced66d04d91488
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jun 18 15:45:47 2011 +0300

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

diff --git a/completions/mysql b/completions/mysql
index 319e273..b2c69d9 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

-- 
bash-completion



More information about the Bash-completion-commits mailing list