From f1ab2e02270bcd42444186b6f8e75971ce55736f Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Thu, 31 Dec 2009 16:52:34 +0100 Subject: pr --help: improve a line-break * src/pr.c (usage): Move the newline character a bit farther. --- src/pr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pr.c') 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 (); } -- cgit v1.2.3-54-g00ecf