diff options
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r-- | sm/gpgsm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index fa56a39f5..bf5b10243 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -524,17 +524,17 @@ my_strusage( int level ) switch (level) { - case 11: p = "gpgsm (GnuPG)"; + case 11: p = "@GPGSM@ (@GNUPG@)"; break; case 13: p = VERSION; break; case 17: p = PRINTABLE_OS_NAME; break; case 19: p = _("Please report bugs to <@EMAIL@>.\n"); break; case 1: - case 40: p = _("Usage: gpgsm [options] [files] (-h for help)"); + case 40: p = _("Usage: @GPGSM@ [options] [files] (-h for help)"); break; case 41: - p = _("Syntax: gpgsm [options] [files]\n" + p = _("Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" "Default operation depends on the input data\n"); break; |