]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
pr --help: improve a line-break
authorStéphane Raimbault <stephane.raimbault@makina-corpus.com>
Thu, 31 Dec 2009 15:52:34 +0000 (16:52 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 1 Jan 2010 13:06:47 +0000 (14:06 +0100)
* src/pr.c (usage): Move the newline character a bit farther.

src/pr.c

index 40c35e400c82668036d403ecb2d9bc298b50a3aa..9f445eed8fd85cd56eb81c390e9e7da008a49a2e 100644 (file)
--- 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 ();
     }