diff options
Diffstat (limited to 'tools/gpgtar.c')
-rw-r--r-- | tools/gpgtar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgtar.c b/tools/gpgtar.c index 3c3105456..e48498616 100644 --- a/tools/gpgtar.c +++ b/tools/gpgtar.c @@ -115,7 +115,7 @@ my_strusage( int level ) switch (level) { - case 11: p = "gpgtar (GnuPG)"; + case 11: p = "@GPGTAR@ (@GNUPG@)"; break; case 13: p = VERSION; break; case 17: p = PRINTABLE_OS_NAME; break; |