aboutsummaryrefslogtreecommitdiffstats
path: root/tools/symcryptrun.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 /tools/symcryptrun.c
parentFix bug 1091. (diff)
downloadgnupg-0792525d2244867b063ae728203e05721b21ccce.tar.gz
gnupg-0792525d2244867b063ae728203e05721b21ccce.zip
Make bug reporting address easier changeable.
Diffstat (limited to '')
-rw-r--r--tools/symcryptrun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c
index 286680496..b46990cd2 100644
--- a/tools/symcryptrun.c
+++ b/tools/symcryptrun.c
@@ -201,8 +201,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: symcryptrun [options] (-h for help)");
break;