* src/pr.c (usage): Add missing space. Signed-off-by: Stéphane Raimbault <stephane.raimba...@gmail.com> --- src/pr.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pr.c b/src/pr.c index 40c35e4..e4fe01e 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 <TAB> character without -w and \'no char\' with -w\n\ -s[CHAR] turns off line truncation of all 3 column\n\ -- 1.6.5.2