On Tue, Feb 11, 2014, at 6:45, Jim Meyering wrote: > On Mon, Feb 10, 2014 at 12:58 PM, Benno Schulenberg > <[email protected]> wrote: > > Attached patch does the s/n/\\n/. And takes the opportunity > > to make two other small changes to the text. > > Thank you both. I have applied and pushed that patch, verbatim.
Ay... made a mistake in a trivial patch: it should have been a 's/n//'. Now there are two blank lines before "Output control:". :| Patch fixes this. Benno -- http://www.fastmail.fm - Does exactly what it says on the tin
From f933f5fde3c8d963c7f5288c6f6c248698b2723b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg <[email protected]> Date: Tue, 11 Feb 2014 12:50:21 +0100 Subject: [PATCH] help: remove surplus newline *src/main.c (usage): Remove inconsistent \n introduced by previous patch. --- src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.c b/src/main.c index afe76b7..bd20297 100644 --- a/src/main.c +++ b/src/main.c @@ -1570,7 +1570,7 @@ Miscellaneous:\n\ -s, --no-messages suppress error messages\n\ -v, --invert-match select non-matching lines\n\ -V, --version display version information and exit\n\ - --help display this help text and exit\n\n")); + --help display this help text and exit\n")); printf (_("\ \n\ Output control:\n\ -- 1.7.0.4
