about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Zsh/Command/_read2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_read b/Completion/Zsh/Command/_read
index 5508c90ed..d94e8b65f 100644
--- a/Completion/Zsh/Command/_read
+++ b/Completion/Zsh/Command/_read
@@ -9,7 +9,7 @@ local pflag
 _arguments -s -A "-*" -S \
   '-r[raw mode]' \
   '(-p -k -s -u -z)-q[read y or n character from terminal]' \
-  '(-q)-k[specify number of characters to read]:number of characters' \
+  '(-q)-k+[specify number of characters to read]:number of characters' \
   '(-q -s -u -p)-z[read entry from editor buffer stack]' \
   '(-E)-e[input read is echoed and not assigned]' \
   '(-e)-E[input read is echoed]' \