diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-08 11:51:50 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-08 11:51:50 +0000 |
commit | f17c28a5ceccec6ae433e68b9824cb86f712de52 (patch) | |
tree | 33f0754632e35dc5e21c1729150eab82efc7457c /Doc/Zsh | |
parent | 5fc256c9876a36bc7d9c7c30261249e9ea189253 (diff) | |
download | zsh-f17c28a5ceccec6ae433e68b9824cb86f712de52.tar.gz zsh-f17c28a5ceccec6ae433e68b9824cb86f712de52.tar.xz zsh-f17c28a5ceccec6ae433e68b9824cb86f712de52.zip |
zsh-workers/7718
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 8ad63244f..03fc630d2 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1000,7 +1000,11 @@ Normally the option names are taken as multi-character names and a word from the line is considered to contain only one option (or none). By giving the tt(-s) option to this function (as the first argument), options are considered to be one-character options and the -strings from the line may contain more than one such option letter. +strings from the line may contain more than one such option +letter. However, strings beginning with two hyphens (like +`tt(-)tt(-prefix)') are still considered to contain only one option +name. This allows the use of the `tt(-s)' option to describe +single-letter options together with such long option names. The function can also be made to automatically complete long options for commands that support the `tt(-)tt(-help)' option as, for example, |