src/main.c (usage): Add angle brackets around bug address. - enscript - GNU Enscript
HTML git clone git://thinkerwim.org/enscript.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 3a9ad4ae135be5d05e056a805f303d04d63960d2
DIR parent 29a03491ca822d25ed6eadbaf009945460d3713a
HTML Author: Tim Retout <diocles@gnu.org>
Date: Sun, 7 Mar 2010 02:56:02 +0000
src/main.c (usage): Add angle brackets around bug address.
Signed-off-by: Tim Retout <diocles@gnu.org>
Diffstat:
M ChangeLog | 1 +
M src/main.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git 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>
DIR diff --git a/src/main.c b/src/main.c
@@ -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);
}