On Sat, Jan 31, 2009 at 5:22 PM, Karl Berry <k...@freefriends.org> wrote: > The <...> markup is helpful when the URL is broken into two lines, >
Let's not forget about argp. Here's a patch to sync it to the new format. Unfortunately it will require users of argp_program_bug_address who used enclosing '<', '>' to change their code. diff --git a/lib/argp-help.c b/lib/argp-help.c index a9843c0..eb706ec 100644 --- a/lib/argp-help.c +++ b/lib/argp-help.c @@ -1707,7 +1707,7 @@ Try `%s --help' or `%s --usage' for more information.\n"), if (anything) __argp_fmtstream_putc (fs, '\n'); __argp_fmtstream_printf (fs, dgettext (argp->argp_domain, - "Report bugs to %s.\n"), + "Report bugs to: <%s>\n"), argp_program_bug_address); anything = 1; }