From 49b387bb53e76eecd2b6cf4f89f3146fc2198bd3 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Tue, 24 Nov 2020 17:56:57 +0000
Subject: Fix chomping: only make it default on line-processing binaries
---
doc/withstdinas.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'doc/withstdinas.html')
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.
- withstdinas [ -i | -I | -D default ] [ -n ] variable prog...
+ withstdinas [ -i | -I | -D default ] [ -N | -n ] variable prog...
@@ -44,7 +44,8 @@ environment variable.
Options
- - -n : chomp an ending newline off stdin.
+ - -N : do not chomp an ending newline off stdin.
+ - -n : chomp an ending newline off stdin. This is the default.
--
cgit v1.3.1