doc: fix comm's --help output so we generate a better man page
authorJim Meyering <meyering@redhat.com>
Mon, 21 Jun 2010 06:55:22 +0000 (08:55 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 21 Jun 2010 06:55:22 +0000 (08:55 +0200)
commit1419af82433027b03c2d49f7a401beb485bcbe2a
tree5d360320e022367ad75074e52f4ac520c23e0974
parent9f75771efbc5b8c0f79dc2025ddc05f04c56be80
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.
src/comm.c