aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-07-21 14:21:05 +0000
committerWerner Koch <[email protected]>2009-07-21 14:21:05 +0000
commit0792525d2244867b063ae728203e05721b21ccce (patch)
treefd59e65b13598dcbb0af4a849a8dd0a3d6e8bb24 /scd/scdaemon.c
parentFix bug 1091. (diff)
downloadgnupg-0792525d2244867b063ae728203e05721b21ccce.tar.gz
gnupg-0792525d2244867b063ae728203e05721b21ccce.zip
Make bug reporting address easier changeable.
Diffstat (limited to '')
-rw-r--r--scd/scdaemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c
index 24cb346e6..175729a03 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.c
@@ -242,8 +242,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 20:
if (!ver_gcry)
ver_gcry = make_libversion ("libgcrypt", gcry_check_version);