diff options
author | Werner Koch <[email protected]> | 2009-07-21 14:21:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-07-21 14:21:05 +0000 |
commit | 0792525d2244867b063ae728203e05721b21ccce (patch) | |
tree | fd59e65b13598dcbb0af4a849a8dd0a3d6e8bb24 /agent/protect-tool.c | |
parent | Fix bug 1091. (diff) | |
download | gnupg-0792525d2244867b063ae728203e05721b21ccce.tar.gz gnupg-0792525d2244867b063ae728203e05721b21ccce.zip |
Make bug reporting address easier changeable.
Diffstat (limited to 'agent/protect-tool.c')
-rw-r--r-- | agent/protect-tool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index 27f4f9d0a..78234d22d 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -157,8 +157,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: gpg-protect-tool [options] (-h for help)\n"); break; |