aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/gpg.c4
-rw-r--r--g10/gpgv.c4
2 files changed, 3 insertions, 5 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index d7ac01971..2f9acb63d 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -804,9 +804,7 @@ my_strusage( int level )
break;
case 13: p = VERSION; break;
case 17: p = PRINTABLE_OS_NAME; break;
- case 19: p =
- _("Please report bugs to <[email protected]>.\n");
- break;
+ case 19: p = _("Please report bugs to <@EMAIL@>.\n"); break;
case 20:
if (!ver_gcry)
diff --git a/g10/gpgv.c b/g10/gpgv.c
index 2797139e3..e1f20fb7d 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -111,8 +111,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 <[email protected]>.\n");
- break;
+ case 19: p = _("Please report bugs to <@EMAIL@>.\n"); break;
+
case 1:
case 40: p = _("Usage: gpgv [options] [files] (-h for help)");
break;