summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
authorStéphane Raimbault <stephane.raimbault@makina-corpus.com>2009-12-31 16:52:34 +0100
committerJim Meyering <meyering@redhat.com>2010-01-01 14:06:47 +0100
commitf1ab2e02270bcd42444186b6f8e75971ce55736f (patch)
tree992f8d57fb2f3506378a5537206352b13caf638c /src/pr.c
parent4668ae8f06d5033d9cf762fc52a11b9a34afd369 (diff)
downloadcoreutils-f1ab2e02270bcd42444186b6f8e75971ce55736f.tar.xz
pr --help: improve a line-break
* src/pr.c (usage): Move the newline character a bit farther.
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pr.c b/src/pr.c
index 40c35e400..9f445eed8 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 ();
}