summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Context
diff options
context:
space:
mode:
authordana <dana@dana.is>2017-10-07 02:44:09 -0500
committerOliver Kiddle <opk@zsh.org>2017-10-07 22:42:08 +0200
commit96006eaa87b822bc6ac7ab3e381da8bb9fac9639 (patch)
treebd130940ae22935c9affca3c341bf646ee909813 /Completion/Zsh/Context
parent12902206b755e05b0b998b521c5998da1f5838cc (diff)
downloadzsh-96006eaa87b822bc6ac7ab3e381da8bb9fac9639.tar.gz
zsh-96006eaa87b822bc6ac7ab3e381da8bb9fac9639.zip
41826: dana: fix inaccuracies in completion description wording for parameter expansion flags
Diffstat (limited to 'Completion/Zsh/Context')
-rw-r--r--Completion/Zsh/Context/_brace_parameter8
1 files changed, 4 insertions, 4 deletions
diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter
index f22db8895..b119ccd11 100644
--- a/Completion/Zsh/Context/_brace_parameter
+++ b/Completion/Zsh/Context/_brace_parameter
@@ -178,11 +178,11 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
# "_:extended flags, for future expansion"
"S:search substrings in #, %, / expressions"
"I:search <argument>th match in #, %, / expressions"
- "B:include index of beginning of match in #, %, / expressions"
- "E:include index of one past end of match in #, %, / expressions"
- "M:include matched portion in #, %, / expressions"
+ "B:include index of beginning of match in #, % expressions"
+ "E:include index of one past end of match in #, % expressions"
+ "M:include matched portion in #, % expressions"
"N:include length of match in #, % expressions"
- "R:include rest (unmatched portion) in #, %, / expressions"
+ "R:include rest (unmatched portion) in #, % expressions"
)
_describe -t flags "parameter flag" flags -Q -S ''
return