summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-06-21 08:55:22 +0200
committerJim Meyering <meyering@redhat.com>2010-06-21 08:55:22 +0200
commit1419af82433027b03c2d49f7a401beb485bcbe2a (patch)
tree5d360320e022367ad75074e52f4ac520c23e0974 /src
parent9f75771efbc5b8c0f79dc2025ddc05f04c56be80 (diff)
downloadcoreutils-1419af82433027b03c2d49f7a401beb485bcbe2a.tar.xz
doc: fix comm's --help output so we generate a better man page
* src/comm.c (usage): Don't align example comments in --help output, since the extra space (sequence of two spaces) there would be interpreted by help2man and induce an unwanted line break in the resulting man page. Reported by Jari Aalto.
Diffstat (limited to 'src')
-rw-r--r--src/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm.c b/src/comm.c
index 4e4aad516..ff42802cb 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -139,7 +139,7 @@ Note, comparisons honor the rules specified by `LC_COLLATE'.\n\
\n\
Examples:\n\
%s -12 file1 file2 Print only lines present in both file1 and file2.\n\
- %s -3 file1 file2 Print lines in file1 not in file2, and vice versa.\n\
+ %s -3 file1 file2 Print lines in file1 not in file2, and vice versa.\n\
"),
program_name, program_name);
emit_ancillary_info ();