diff options
Diffstat (limited to 'agent/protect-tool.c')
-rw-r--r-- | agent/protect-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index faa0e2458..5e540cf00 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -142,7 +142,7 @@ my_strusage (int level) const char *p; switch (level) { - case 11: p = "gpg-protect-tool (GnuPG)"; + case 11: p = "gpg-protect-tool (" GNUPG_NAME ")"; break; case 13: p = VERSION; break; case 17: p = PRINTABLE_OS_NAME; break; |