diff options
| author | Fabian Klotzl <fabian@kloetzl.info> | 2017-03-09 20:27:41 -0800 |
|---|---|---|
| committer | Barton E. Schaefer <schaefer@zsh.org> | 2017-03-09 20:29:27 -0800 |
| commit | 7276d04934192c0a9e32617f0c8c42d166dbdb52 (patch) | |
| tree | e09980eb22a309a3d3a0dd23f40898311f83e469 /Completion/Unix/Command/_mysql_utils | |
| parent | 40801: re-fix completion of mount points with spaces in the name (diff) | |
| download | zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.gz zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.bz2 zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.lz zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.xz zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.zst zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.zip | |
40808: fix typos where (x,y) should have been (x y) in _arguments syntax
Diffstat (limited to 'Completion/Unix/Command/_mysql_utils')
| -rw-r--r-- | Completion/Unix/Command/_mysql_utils | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_mysql_utils b/Completion/Unix/Command/_mysql_utils index 6532d0a7b..f1ad97bcd 100644 --- a/Completion/Unix/Command/_mysql_utils +++ b/Completion/Unix/Command/_mysql_utils @@ -212,7 +212,7 @@ _mysql_utils() { '--defaults-extra-file=[read specified file after the global files]:defaults file:_files' '(-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' + '(-P --port)'{-P+,--port=}'[specify port number for connection]:server port:_mysql_ports' '(-u --user)'{-u+,--user=}'[specify username for login]:server username:_mysql_users' '(-p --password)'{-p-,--password=}'[specify password to use for connection]:server password' '(-C --compress)'{-C,--compress}'[use compression in server/client protocol]' |
