summaryrefslogtreecommitdiff
path: root/doc/withstdinas.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/withstdinas.html')
-rw-r--r--doc/withstdinas.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/withstdinas.html b/doc/withstdinas.html
index f0db24a..ccd69d7 100644
--- a/doc/withstdinas.html
+++ b/doc/withstdinas.html
@@ -31,7 +31,7 @@ environment variable.
</p>
<pre>
- withstdinas [ -i | -I | -D <em>default</em> ] [ -n ] <em>variable</em> <em>prog...</em>
+ withstdinas [ -i | -I | -D <em>default</em> ] [ -N | -n ] <em>variable</em> <em>prog...</em>
</pre>
<ul>
@@ -44,7 +44,8 @@ environment variable.
<h2> Options </h2>
<ul>
- <li> <tt>-n</tt>&nbsp;: chomp an ending newline off stdin. </li>
+ <li> <tt>-N</tt>&nbsp;: do not chomp an ending newline off stdin. </li>
+ <li> <tt>-n</tt>&nbsp;: chomp an ending newline off stdin. This is the default. </li>
</ul>
<p>