diff options
Diffstat (limited to 'plugins/check_mysql.c')
-rw-r--r-- | plugins/check_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index e10211fa..573ec96a 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c @@ -308,7 +308,7 @@ process_arguments (int argc, char **argv) verbose++; break; case '?': /* help */ - usage2 (_("Unknown argument"), optarg); + usage5 (); } } |