diff options
| author | Doug Kearns <dkearns@users.sourceforge.net> | 2003-07-16 01:44:15 +0000 |
|---|---|---|
| committer | Doug Kearns <dkearns@users.sourceforge.net> | 2003-07-16 01:44:15 +0000 |
| commit | 088f324ad4d5fbe5c19eb4d359b33dee2712eebf (patch) | |
| tree | ddc50b4fb1ad4accbe5534d8dd06581da52554c4 /Completion/Unix/Command/_mysql_utils | |
| parent | 18841: work around problem which caused the whole word to be removed (diff) | |
| download | zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.gz zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.bz2 zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.lz zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.xz zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.zst zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.zip | |
unposted: remove initial capitalisation from option 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 4bd2d2d3e..1fb4dc689 100644 --- a/Completion/Unix/Command/_mysql_utils +++ b/Completion/Unix/Command/_mysql_utils @@ -84,8 +84,8 @@ _mysql_tables () { _mysql_variables () { _values -s , 'MySQL client variables' \ - '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 in bytes:' \ + 'net_buffer_length[network buffer length]:buffer length in bytes:' } |
