summaryrefslogtreecommitdiffstats
path: root/plugins/check_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_mysql.c')
-rw-r--r--plugins/check_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c
index e10211f..573ec96 100644
--- a/plugins/check_mysql.c
+++ b/plugins/check_mysql.c
@@ -308,7 +308,7 @@ process_arguments (int argc, char **argv)
308 verbose++; 308 verbose++;
309 break; 309 break;
310 case '?': /* help */ 310 case '?': /* help */
311 usage2 (_("Unknown argument"), optarg); 311 usage5 ();
312 } 312 }
313 } 313 }
314 314