diff options
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; |