src/main.c (usage): Add angle brackets around bug address.
authorTim Retout <diocles@gnu.org>
Sun, 7 Mar 2010 02:56:02 +0000 (02:56 +0000)
committerTim Retout <diocles@gnu.org>
Sun, 7 Mar 2010 02:56:02 +0000 (02:56 +0000)
Signed-off-by: Tim Retout <diocles@gnu.org>
ChangeLog
src/main.c

index 5fd7fdd..c14f602 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        * src/main.c: Likewise.
        * src/main.c (version): Update copyright and licensing
        information. Use autoconf variables instead of hardcoded strings.
+       * src/main.c (usage): Add angle brackets around bug address.
        * src/psgen.c (dump_ps_header): Set ps_version_string here.
 
 2010-03-06  Tim Retout  <diocles@gnu.org>
index ebd086f..65f756f 100644 (file)
@@ -2628,7 +2628,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
   --word-wrap                wrap long lines from word boundaries\n\
 "));
 
-  printf (_("\nReport bugs to %s.\n"), PACKAGE_BUGREPORT);
+  printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
 }