mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Make bug reporting address easier changeable.
This commit is contained in:
parent
7ae15f0027
commit
0792525d22
20 changed files with 75 additions and 41 deletions
|
@ -91,8 +91,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-preset-passphrase [options] KEYGRIP (-h for help)\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue