summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_mysql_utils
diff options
context:
space:
mode:
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:'
}