summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-01-05 21:25:07 +0100
committerAxel Beckert <abe@deuxchevaux.org>2014-01-05 21:25:07 +0100
commit8f137a4ae2a5c93918760cb960539d17e56560e0 (patch)
tree9fbe622e12f91733b7e4a7e8609edd3516452709 /Doc/Zsh/compsys.yo
parentf07aa702dda26a4fb5f4dab71dc895109f304808 (diff)
parent79abe00e1d73b3f0681343a70e3e7f84e5e3d647 (diff)
downloadzsh-8f137a4ae2a5c93918760cb960539d17e56560e0.tar.gz
zsh-8f137a4ae2a5c93918760cb960539d17e56560e0.zip
New upstream release
(Merge branch 'upstream' into debian)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index d42ad9779..b9038cfa5 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -3824,10 +3824,10 @@ elements of the array.
)
enditem()
-During the performance of the action the array `tt(line)'
-will be set to the command name and normal arguments from the command
-line, i.e. the words from the command line excluding all options
-and their arguments. Options are stored in the associative array
+During the performance of the action the array `tt(line)' will be set to
+the normal arguments from the command line, i.e. the words from the
+command line after the command name excluding all options and their
+arguments. Options are stored in the associative array
`tt(opt_args)' with option names as keys and their arguments as
the values. For options that have more than one argument these are
given as one string, separated by colons. All colons in the original