From 0792525d2244867b063ae728203e05721b21ccce Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 21 Jul 2009 14:21:05 +0000 Subject: Make bug reporting address easier changeable. --- tools/gpgsplit.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/gpgsplit.c') 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 .\n"; - break; + case 19: p = _("Please report bugs to <@EMAIL@>.\n"); break; + case 1: case 40: p = "Usage: gpgsplit [options] [files] (-h for help)"; -- cgit v1.2.3