diff options
author | Stéphane Raimbault <stephane.raimbault@makina-corpus.com> | 2009-12-31 16:52:25 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-01-01 14:06:47 +0100 |
commit | 6c8d432b1f70c80213b0a2244e2427ae3c1394ef (patch) | |
tree | 260fb288da12b01f239e362aeb3a78663dbda2c3 /src | |
parent | f1ab2e02270bcd42444186b6f8e75971ce55736f (diff) | |
download | coreutils-6c8d432b1f70c80213b0a2244e2427ae3c1394ef.tar.xz |
pr --help: add missing space between short and long options usage message
* src/pr.c (usage): Add missing space.
Diffstat (limited to 'src')
-rw-r--r-- | src/pr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |