about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-01-20 17:31:28 +0000
committerPeter Stephenson <pws@zsh.org>2015-01-20 17:31:28 +0000
commit0e3548994ee351a317c73c88e6c83e5e9e123f9d (patch)
treea7f2a2cd18358af04e0084ff3e7e1e43c9feebed /Doc
parent638bfa93a009987e57bd7eaa8b2a1c1067a3652a (diff)
downloadzsh-0e3548994ee351a317c73c88e6c83e5e9e123f9d.tar.gz
zsh-0e3548994ee351a317c73c88e6c83e5e9e123f9d.tar.xz
zsh-0e3548994ee351a317c73c88e6c83e5e9e123f9d.zip
34329: add -S option to which and where
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/builtins.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 49c2c11c3..dc3937108 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -2139,11 +2139,11 @@ symlink resolved at each step might be anywhere in the path.
 enditem()
 )
 findex(where)
-item(tt(where) [ tt(-wpms) ] var(name) ...)(
+item(tt(where) [ tt(-wpmsS) ] var(name) ...)(
 Equivalent to tt(whence -ca).
 )
 findex(which)
-item(tt(which) [ tt(-wpams) ] var(name) ...)(
+item(tt(which) [ tt(-wpamsS) ] var(name) ...)(
 Equivalent to tt(whence -c).
 )
 findex(zcompile)