diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2002-01-26 21:08:26 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2002-01-26 21:08:26 +0000 |
commit | a11b60569b15394081633e6a638dd5db7c93e6d5 (patch) | |
tree | fc918c6e12e8e038b29df8b41071fcaf8897add5 /Doc/Zsh | |
parent | 9113c2e2d6ff5607f981aaf75b806e52c61f76a5 (diff) | |
download | zsh-a11b60569b15394081633e6a638dd5db7c93e6d5.tar.gz zsh-a11b60569b15394081633e6a638dd5db7c93e6d5.tar.xz zsh-a11b60569b15394081633e6a638dd5db7c93e6d5.zip |
16419: Improve _arguments syntax summary.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index d01fced77..683dbb493 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2989,7 +2989,7 @@ Like tt(_tags) this function supports the tt(-C) option to give a different name for the argument context field. ) findex(_arguments) -item(tt(_arguments) var(spec) ...)( +item(tt(_arguments) [ tt(-ACS) ] [ tt(-O) var(name) ] [ tt(-M) var(matchspec) ] var(spec) ...)( This function can be used to complete words on the line by describing the options and arguments which may be passed to the command for which completion is being performed. The description is given as arguments to |