diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-07-22 06:30:08 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-07-23 18:02:23 +0000 |
commit | 73ff356d7b4cb49861a420b2465ac731f29f9f1b (patch) | |
tree | b807d4e1a98d036f1599e3895e53967c188e0232 /Doc/Zsh | |
parent | b7bb60b47e5b07d8bf7c86bd54c0238333d4e7e2 (diff) | |
download | zsh-73ff356d7b4cb49861a420b2465ac731f29f9f1b.tar.gz zsh-73ff356d7b4cb49861a420b2465ac731f29f9f1b.tar.xz zsh-73ff356d7b4cb49861a420b2465ac731f29f9f1b.zip |
38911: _arguments: Clarify documentation of '-s -w' switch
Diffstat (limited to 'Doc/Zsh')
-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 8792324e5..a50df999d 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3591,8 +3591,9 @@ even if one or more of the options take arguments. For example, if tt(-x) takes an argument, with no tt(-s), `tt(-xy)' is considered as a single (unhandled) option; with tt(-s), tt(-xy) is an option with the argument `tt(y)'; with both tt(-s) -and tt(-w), tt(-xy) may be the option tt(-x) and the option tt(-y) with -arguments still to come. +and tt(-w), tt(-xy) is the option tt(-x) and the option tt(-y) with +arguments to tt(-x) (and to tt(-y), if it takes arguments) still to come +in subsequent words. ) item(tt(-W))( This option takes tt(-w) a stage further: it is possible to |