diff options
Diffstat (limited to 'plugins/check_mysql_query.c')
-rw-r--r-- | plugins/check_mysql_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index ecb7e7f..bb62eec 100644 --- a/plugins/check_mysql_query.c +++ b/plugins/check_mysql_query.c | |||
@@ -240,7 +240,7 @@ process_arguments (int argc, char **argv) | |||
240 | critical = optarg; | 240 | critical = optarg; |
241 | break; | 241 | break; |
242 | case '?': /* help */ | 242 | case '?': /* help */ |
243 | usage2 (_("Unknown argument"), optarg); | 243 | usage5 (); |
244 | } | 244 | } |
245 | } | 245 | } |
246 | 246 | ||