diff options
Diffstat (limited to 'tools/gpgsplit.c')
-rw-r--r-- | tools/gpgsplit.c | 5 |
1 files changed, 2 insertions, 3 deletions
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)"; |