diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-02-03 19:26:03 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-02-03 19:26:51 -0800 |
commit | a7925f9a1ca551d43ad39e1ff24757fa9edc94c9 (patch) | |
tree | 997b02d456dc64701670e398f16fa23406a85dc8 /Doc/Zsh | |
parent | 79378d4acde71db54c4ed6636a0695741bb467fc (diff) | |
download | zsh-a7925f9a1ca551d43ad39e1ff24757fa9edc94c9.tar.gz zsh-a7925f9a1ca551d43ad39e1ff24757fa9edc94c9.tar.xz zsh-a7925f9a1ca551d43ad39e1ff24757fa9edc94c9.zip |
unposted: fix formatting of "--".
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/builtins.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 4322aff0d..d5e3cf2e7 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -54,13 +54,13 @@ in a group before any non-option arguments; once the first non-option argument has been found, option processing is terminated. All builtin commands other than precommand modifiers, even those that -have no options, can be given the argument `tt(--)' to terminate option +have no options, can be given the argument `tt(-)tt(-)' to terminate option processing. This indicates that the following words are non-option arguments, but is otherwise ignored. This is useful in cases where arguments to the command may begin with `tt(-)'. For historical reasons, most builtin commands also recognize a single `tt(-)' in a separate word for this purpose; note that this is less standard and -use of `tt(--) is recommended. +use of `tt(-)tt(-)' is recommended. startitem() prefix(-) |