diff options
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 7df485767..b3402d664 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2925,9 +2925,10 @@ argument will not be offered as possible completions if the option the argument described by the specification will not be offered if the option tt(-foo) is on the line. Also, the list may contain a single star as one of its elements to specify that the description for the -rest arguments should not be used and it may contain a colon to +rest arguments should not be used, a colon to specify that the descriptions for all normal (non-option-) arguments -should not be used. +should not be used and a hyphen to specify that the descriptions for +all options should not be used. In each of the cases above, the var(action) says how the possible completions should be generated. In cases where only one of a fixed |