summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_mysql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c
index 521c902..e7db0de 100644
--- a/plugins/check_mysql.c
+++ b/plugins/check_mysql.c
@@ -407,10 +407,10 @@ process_arguments (int argc, char **argv)
407 optarg++; 407 optarg++;
408 } 408 }
409 break; 409 break;
410 case 'f': /* username */ 410 case 'f': /* client options file */
411 opt_file = optarg; 411 opt_file = optarg;
412 break; 412 break;
413 case 'g': /* username */ 413 case 'g': /* client options group */
414 opt_group = optarg; 414 opt_group = optarg;
415 break; 415 break;
416 case 'P': /* critical time threshold */ 416 case 'P': /* critical time threshold */