bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: url's in --help output


From: Ben Asselstine
Subject: Re: url's in --help output
Date: Sat, 31 Jan 2009 18:15:13 -0500

On Sat, Jan 31, 2009 at 5:22 PM, Karl Berry <address@hidden> 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;
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]