diff options
| author | Oliver Kiddle <opk@zsh.org> | 2021-08-29 16:55:25 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2021-08-29 16:55:25 +0200 |
| commit | 76de0b05dad2d097979e61749efd0e784644cc47 (patch) | |
| tree | 6897a78c69e03ef8e96d94d8215c456a53877ea4 /Completion/Unix/Command/_mysql_utils | |
| parent | users/26982, subset not already integrated: use standard #include format (diff) | |
| download | zsh-76de0b05dad2d097979e61749efd0e784644cc47.tar zsh-76de0b05dad2d097979e61749efd0e784644cc47.tar.gz zsh-76de0b05dad2d097979e61749efd0e784644cc47.tar.bz2 zsh-76de0b05dad2d097979e61749efd0e784644cc47.tar.lz zsh-76de0b05dad2d097979e61749efd0e784644cc47.tar.xz zsh-76de0b05dad2d097979e61749efd0e784644cc47.tar.zst zsh-76de0b05dad2d097979e61749efd0e784644cc47.zip | |
49315: list units in brackets at the end of group descriptions
Diffstat (limited to 'Completion/Unix/Command/_mysql_utils')
| -rw-r--r-- | Completion/Unix/Command/_mysql_utils | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_mysql_utils b/Completion/Unix/Command/_mysql_utils index a7b285f1c..9f70687b0 100644 --- a/Completion/Unix/Command/_mysql_utils +++ b/Completion/Unix/Command/_mysql_utils @@ -220,8 +220,8 @@ _mysql_utils() { ) _mysql_variables_opts=( - '--max_allowed_packet[maximum allowed packet size]:packet size in bytes' - '--net_buffer_length[network buffer length]:buffer length in bytes' + '--max_allowed_packet[maximum allowed packet size]:packet size (bytes)' + '--net_buffer_length[network buffer length]:buffer length (bytes)' '--connect_timeout:timeout' '--select_limit:limit' '--max_join_size:size' |
