diff options
author | Werner Koch <[email protected]> | 2009-07-21 14:21:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-07-21 14:21:05 +0000 |
commit | 0792525d2244867b063ae728203e05721b21ccce (patch) | |
tree | fd59e65b13598dcbb0af4a849a8dd0a3d6e8bb24 /tools/gpgsplit.c | |
parent | Fix bug 1091. (diff) | |
download | gnupg-0792525d2244867b063ae728203e05721b21ccce.tar.gz gnupg-0792525d2244867b063ae728203e05721b21ccce.zip |
Make bug reporting address easier changeable.
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)"; |