diff options
author | Stéphane Raimbault <stephane.raimbault@makina-corpus.com> | 2009-12-31 16:52:34 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-01-01 14:06:47 +0100 |
commit | f1ab2e02270bcd42444186b6f8e75971ce55736f (patch) | |
tree | 992f8d57fb2f3506378a5537206352b13caf638c /src | |
parent | 4668ae8f06d5033d9cf762fc52a11b9a34afd369 (diff) | |
download | coreutils-f1ab2e02270bcd42444186b6f8e75971ce55736f.tar.xz |
pr --help: improve a line-break
* src/pr.c (usage): Move the newline character a bit farther.
Diffstat (limited to 'src')
-rw-r--r-- | src/pr.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 (); } |