On 01/07/2012 04:20 PM, Jim Meyering wrote:
> - fprintf (stderr, _("Try `%s --help' for more information.\n"),
> program_name);
> + fprintf (stderr, _("Try '%s --help' for more information.\n"),
> program_name);Looks good. Those quote always annoyed me, having never seen them rendered symmetrically, and I've been around a while now. cheers, Pádraig.
