about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-02-25 09:08:45 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-02-25 09:09:31 +0000
commit5a32ced1be6baf4bafce1057b02376adcc58914f (patch)
treee14118304ac1ee87c1c5eacddf53869d720017be /Completion/Zsh
parent6c476c22111122006dcacc767b2c2846ede881e8 (diff)
downloadzsh-5a32ced1be6baf4bafce1057b02376adcc58914f.tar.gz
zsh-5a32ced1be6baf4bafce1057b02376adcc58914f.tar.xz
zsh-5a32ced1be6baf4bafce1057b02376adcc58914f.zip
unposted: Port 40617 to the completion.
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Context/_brace_parameter2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter
index aa1572176..f22db8895 100644
--- a/Completion/Zsh/Context/_brace_parameter
+++ b/Completion/Zsh/Context/_brace_parameter
@@ -141,7 +141,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
   flags+=(
     "#:evaluate as numeric expression"
     "@:double-quoted splitting of scalars"
-    "A:create array parameter"
+    "A:assign as an array parameter"
     "a:sort in array index order (with O to reverse)"
     "b:backslash quote pattern characters only"
     "c:count characters in an array (with \${(c)#...})"