aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/gpg-check-pattern.c4
-rw-r--r--tools/gpg-connect-agent.c4
-rw-r--r--tools/gpgconf.c4
-rw-r--r--tools/gpgsplit.c5
-rw-r--r--tools/symcryptrun.c4
5 files changed, 10 insertions, 11 deletions
diff --git a/tools/gpg-check-pattern.c b/tools/gpg-check-pattern.c
index b29687d37..8d152631d 100644
--- a/tools/gpg-check-pattern.c
+++ b/tools/gpg-check-pattern.c
@@ -138,8 +138,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-check-pattern [options] patternfile (-h for help)\n");
diff --git a/tools/gpg-connect-agent.c b/tools/gpg-connect-agent.c
index 2bea98d8d..ac75c3b0e 100644
--- a/tools/gpg-connect-agent.c
+++ b/tools/gpg-connect-agent.c
@@ -177,8 +177,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-connect-agent [options] (-h for help)");
break;
diff --git a/tools/gpgconf.c b/tools/gpgconf.c
index 1656a402e..76e44670a 100644
--- a/tools/gpgconf.c
+++ b/tools/gpgconf.c
@@ -99,8 +99,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: gpgconf [options] (-h for help)");
break;
diff --git a/tools/gpgsplit.c b/tools/gpgsplit.c
index 0d7faa061..e4872dc31 100644
--- a/tools/gpgsplit.c
+++ b/tools/gpgsplit.c
@@ -85,9 +85,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: gpgsplit [options] [files] (-h for help)";
diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c
index 286680496..b46990cd2 100644
--- a/tools/symcryptrun.c
+++ b/tools/symcryptrun.c
@@ -201,8 +201,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: symcryptrun [options] (-h for help)");
break;