diff options
Diffstat (limited to 'scd/sc-copykeys.c')
-rw-r--r-- | scd/sc-copykeys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/sc-copykeys.c b/scd/sc-copykeys.c index 275bcf877..615e4b28a 100644 --- a/scd/sc-copykeys.c +++ b/scd/sc-copykeys.c @@ -76,8 +76,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: sc-copykeys [options] (-h for help)\n"); break; |