bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] pr: use all the available line width in help (80 columns)


From: Stéphane Raimbault
Subject: [PATCH] pr: use all the available line width in help (80 columns)
Date: Thu, 31 Dec 2009 16:52:34 +0100

* pr (usage): Move the newline character a bit farther.

Signed-off-by: Stéphane Raimbault <address@hidden>
---
 src/pr.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pr.c b/src/pr.c
index e4fe01e..f1b798a 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -2868,8 +2868,8 @@ Mandatory arguments to long options are mandatory for 
short options too.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\
 \n\
--t is implied if PAGE_LENGTH <= 10.  With no FILE, or when\n\
-FILE is -, read standard input.\n\
+-t is implied if PAGE_LENGTH <= 10.  With no FILE, or when FILE is -, read\n\
+standard input.\n\
 "), stdout);
       emit_ancillary_info ();
     }
-- 
1.6.5.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]