diff options
Diffstat (limited to '')
-rw-r--r-- | kbx/kbxutil.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index efb2eff7e..459281110 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -110,9 +110,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: kbxutil [options] [files] (-h for help)"); |