[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 45511c54fca30c4a4b070e4875432b3c341ee767

Ville Skyttä ville.skytta at iki.fi
Mon Oct 19 21:42:17 UTC 2009


The following commit has been merged in the master branch:
commit ba12c8102c0a1e49bfea71bf5c7d8fc9495834e2
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Oct 20 00:25:38 2009 +0300

    Add more mysqladmin command completions.

diff --git a/CHANGES b/CHANGES
index 0380ff6..5e9d7e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,7 +15,7 @@ bash-completion (1.x)
   * Apply cardctl completion to pccardctl too.
   * Apply pine completion to alpine too.
   * Remove many unnecessary short option completions where long ones exist.
-  * Improve gkrellm and mdadm completions.
+  * Improve gkrellm, mdadm, and mysqladmin completions.
   * Add wtf completion, based on work by Raphaël Droz.
 
  -- David Paleino <d.paleino at gmail.com>  Sun, 11 Oct 2009 11:11:57 +0200
diff --git a/contrib/mysqladmin b/contrib/mysqladmin
index 5855134..fd28a2e 100644
--- a/contrib/mysqladmin
+++ b/contrib/mysqladmin
@@ -22,10 +22,10 @@ _mysqladmin()
         -v -V -w' -- "$cur" ) )
 
     COMPREPLY=( "${COMPREPLY[@]}" \
-        $( compgen -W 'create drop extended-status flush-hosts flush-logs \
-        flush-status flush-tables flush-threads flush-privileges kill \
-        password ping processlist reload refresh shutdown status variables \
-        version' -- "$cur" ) )
+        $( compgen -W 'create debug drop extended-status flush-hosts \
+        flush-logs flush-status flush-tables flush-threads flush-privileges \
+        kill password old-password ping processlist reload refresh shutdown \
+        status start-slave stop-slave variables version' -- "$cur" ) )
 } &&
 complete -F _mysqladmin mysqladmin
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list