about summary refs log tree commit diff
path: root/Completion/Unix
diff options
context:
space:
mode:
authorEric Cook <illua@users.sourceforge.net>2022-09-28 17:59:48 -0400
committerEric Cook <illua@users.sourceforge.net>2022-09-28 17:59:48 -0400
commitc901c1e412647d2f4150c36feaea431026b13d9a (patch)
tree6f913c2cd7e89757011eca3d5b03e00eba1dbcda /Completion/Unix
parent0a69a2f6cb3b752daeaf7e5d7f866b0f204e68e0 (diff)
downloadzsh-c901c1e412647d2f4150c36feaea431026b13d9a.tar.gz
zsh-c901c1e412647d2f4150c36feaea431026b13d9a.tar.xz
zsh-c901c1e412647d2f4150c36feaea431026b13d9a.zip
50695: Completion/Unix/Command/_mysql_utils add --protocol option
Diffstat (limited to 'Completion/Unix')
-rw-r--r--Completion/Unix/Command/_mysql_utils1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_mysql_utils b/Completion/Unix/Command/_mysql_utils
index 9f70687b0..2f5fd3efe 100644
--- a/Completion/Unix/Command/_mysql_utils
+++ b/Completion/Unix/Command/_mysql_utils
@@ -210,6 +210,7 @@ _mysql_utils() {
     "--no-defaults[don't read default options from any options file]"
     '--defaults-file=[read defaults from the given file]:file:_files'
     '--defaults-extra-file=[read specified file after the global files]:defaults file:_files'
+    '--protocol=[connection protocol to use for connecting to the server]:protocol:(tcp socket pipe memory)'
     '(-S --socket)'{-S+,--socket=}'[specify socket file to use for connection]:server socket file:_files'
     '(-h --host)'{-h+,--host=}'[specify server hostname]:hostname:_mysql_hosts'
     '(-P --port)'{-P+,--port=}'[specify port number for connection]:server port:_mysql_ports'