diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 521c902d..e7db0def 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c @@ -407,10 +407,10 @@ process_arguments (int argc, char **argv) optarg++; } break; - case 'f': /* username */ + case 'f': /* client options file */ opt_file = optarg; break; - case 'g': /* username */ + case 'g': /* client options group */ opt_group = optarg; break; case 'P': /* critical time threshold */