From 584555098d7f13b8635ef23460694d14d8f712a4 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 18 Aug 2013 22:28:18 +0200 Subject: check_mysql: Fix copy'n'pasted comments --- plugins/check_mysql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/check_mysql.c') 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 */ -- cgit v1.2.3