From 6c8d432b1f70c80213b0a2244e2427ae3c1394ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Raimbault?= Date: Thu, 31 Dec 2009 16:52:25 +0100 Subject: [PATCH] pr --help: add missing space between short and long options usage message * src/pr.c (usage): Add missing space. --- src/pr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pr.c b/src/pr.c index 9f445eed8f..f1b798a6e3 100644 --- a/src/pr.c +++ b/src/pr.c @@ -2835,7 +2835,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ omit warning when a file cannot be opened\n\ "), stdout); fputs (_("\ - -s[CHAR],--separator[=CHAR]\n\ + -s[CHAR], --separator[=CHAR]\n\ separate columns by a single character, default for CHAR\n\ is the character without -w and \'no char\' with -w\n\ -s[CHAR] turns off line truncation of all 3 column\n\ -- 2.47.3