bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] pr: add missing space between short and long options in usage me


From: Stéphane Raimbault
Subject: [PATCH] pr: add missing space between short and long options in usage message
Date: Thu, 31 Dec 2009 16:52:25 +0100

* src/pr.c (usage): Add missing space.

Signed-off-by: Stéphane Raimbault <address@hidden>
---
 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]