home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!ames!sun-barr!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!lynx.COM!bitbug
- From: bitbug@lynx.COM (James Buster)
- Newsgroups: gnu.utils.bug
- Subject: make 3.63 bug in --help output
- Date: 26 Jan 1993 21:58:08 -0500
- Organization: GNUs Not Usenet
- Lines: 16
- Sender: daemon@cis.ohio-state.edu
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Distribution: gnu
- Message-ID: <m0nGlkX-0000S9C@liberator.lynx.com>
-
- There should be a space after the option names and their description.
- Without this space, the help output is harder to read. Here is a
- unified diff:
-
- --- main.c Tue Jan 26 01:33:24 1993
- +++ main.c.new Tue Jan 26 01:33:11 1993
- @@ -1296,7 +1296,7 @@
- buf[0] = '\0';
- }
-
- - fprintf (stderr, "%*s%s.\n",
- + fprintf (stderr, "%*s %s.\n",
- - DESCRIPTION_COLUMN,
- buf, cs->description);
- }
-
-