about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-02-14 13:35:36 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-02-14 13:35:36 +0000
commit3246dee5a25d47588ff36a9d6c429e2b091d9c7d (patch)
treee03a317769b1df2e4b195462ec2c5451db0b6db3 /Doc
parent6ddb18ce290ace1f50b581adb63e2658728c95bf (diff)
downloadzsh-3246dee5a25d47588ff36a9d6c429e2b091d9c7d.tar.gz
zsh-3246dee5a25d47588ff36a9d6c429e2b091d9c7d.tar.xz
zsh-3246dee5a25d47588ff36a9d6c429e2b091d9c7d.zip
Richard Hartmann: 26558: modify option description on invocation again
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/options.yo9
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index b5ce8139e..c6b4c5d69 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1837,7 +1837,8 @@ the standard input is a tty and commands are being read from standard input.
 (See the discussion of tt(SHIN_STDIN).)
 This heuristic may be overridden by specifying a state for this option
 on the command line.
-The value of this option can only be changed with command line parameters.
+The value of this option can only be changed via flags supplied at
+invocation of the shell.
 It cannot be changed once zsh is running.
 )
 pindex(LOGIN)
@@ -1892,7 +1893,8 @@ Note that setting or unsetting this option on the command line does not
 necessarily affect the state the option will have while the shell is
 running - that is purely an indicator of whether on not commands are
 em(actually) being read from standard input.
-The value of this option can only be changed with command line parameters.
+The value of this option can only be changed via flags supplied at
+invocation of the shell.
 It cannot be changed once zsh is running.
 )
 pindex(SINGLE_COMMAND)
@@ -1905,7 +1907,8 @@ item(tt(SINGLE_COMMAND) (tt(-t), ksh: tt(-t)))(
 If the shell is reading from standard input, it exits after a single command
 has been executed.  This also makes the shell non-interactive, unless the
 tt(INTERACTIVE) option is explicitly set on the command line.
-The value of this option can only be changed with command line parameters.
+The value of this option can only be changed via flags supplied at
+invocation of the shell.
 It cannot be changed once zsh is running.
 )
 enditem()