diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-24 17:56:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-24 17:56:57 +0000 |
commit | 49b387bb53e76eecd2b6cf4f89f3146fc2198bd3 (patch) | |
tree | 6dc1c9dc123a685f02ca29564fe6d58194cedfcb /doc/withstdinas.html | |
parent | 6d217dbeac86c8e5a15fed4c7d3a58d81420d9b0 (diff) | |
download | execline-49b387bb53e76eecd2b6cf4f89f3146fc2198bd3.tar.xz |
Fix chomping: only make it default on line-processing binaries
Diffstat (limited to 'doc/withstdinas.html')
-rw-r--r-- | doc/withstdinas.html | 5 |
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> : chomp an ending newline off stdin. </li> + <li> <tt>-N</tt> : do not chomp an ending newline off stdin. </li> + <li> <tt>-n</tt> : chomp an ending newline off stdin. This is the default. </li> </ul> <p> |