summaryrefslogtreecommitdiffstats
path: root/kbx
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-07-21 16:21:05 +0200
committerWerner Koch <wk@gnupg.org>2009-07-21 16:21:05 +0200
commit0792525d2244867b063ae728203e05721b21ccce (patch)
treefd59e65b13598dcbb0af4a849a8dd0a3d6e8bb24 /kbx
parentFix bug 1091. (diff)
downloadgnupg2-0792525d2244867b063ae728203e05721b21ccce.tar.xz
gnupg2-0792525d2244867b063ae728203e05721b21ccce.zip
Make bug reporting address easier changeable.
Diffstat (limited to 'kbx')
-rw-r--r--kbx/kbxutil.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c
index efb2eff7e..459281110 100644
--- a/kbx/kbxutil.c
+++ b/kbx/kbxutil.c
@@ -110,9 +110,8 @@ my_strusage( int level )
break;
case 13: p = VERSION; break;
case 17: p = PRINTABLE_OS_NAME; break;
- case 19: p =
- _("Please report bugs to " PACKAGE_BUGREPORT ".\n");
- break;
+ case 19: p = _("Please report bugs to <@EMAIL@>.\n"); break;
+
case 1:
case 40: p =
_("Usage: kbxutil [options] [files] (-h for help)");