diff options
-rw-r--r-- | Doc/Zsh/compsys.yo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index c54fdb46d..4b4716a48 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -897,9 +897,9 @@ complete arguments of options whose description in the output of the command from the line with the `tt(-)tt(-help)' option matches the var(pattern). For example: -example(_arguments -- '*\*' '(yes no)' \ - '*=FILE*' '_files' \ - '*=DIR*' '_files -/') +example(_arguments -- '*\*:toggle:(yes no)' \ + '*=FILE*:file:_files' \ + '*=DIR*:directory:_files -/') Here, `tt(yes)' and `tt(no)' will be completed as the argument of options whose description ends in a star, file names for options that |