* pr (usage): Move the newline character a bit farther. Signed-off-by: Stéphane Raimbault <stephane.raimba...@gmail.com> --- src/pr.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pr.c b/src/pr.c index e4fe01e..f1b798a 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 (); } -- 1.6.5.2