From: Stéphane Raimbault Date: Thu, 31 Dec 2009 15:52:34 +0000 (+0100) Subject: pr --help: improve a line-break X-Git-Tag: v8.3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ab2e02270bcd42444186b6f8e75971ce55736f;p=thirdparty%2Fcoreutils.git pr --help: improve a line-break * src/pr.c (usage): Move the newline character a bit farther. --- diff --git a/src/pr.c b/src/pr.c index 40c35e400c..9f445eed8f 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 (); }