about summary refs log tree commit diff
path: root/Completion/Unix/Command/_mysql_utils
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2003-07-16 01:44:15 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2003-07-16 01:44:15 +0000
commit088f324ad4d5fbe5c19eb4d359b33dee2712eebf (patch)
treeddc50b4fb1ad4accbe5534d8dd06581da52554c4 /Completion/Unix/Command/_mysql_utils
parentec8418cf1c2143be758236a998f39c624e4080ab (diff)
downloadzsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.gz
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.xz
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_utils4
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:'
 }