aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_mysql.c
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2013-08-18 22:28:18 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2013-08-18 22:28:18 +0200
commit584555098d7f13b8635ef23460694d14d8f712a4 (patch)
tree6fcc0e5e6e2bc9170c80dc22b8d580fd5147450a /plugins/check_mysql.c
parent14bc7af32307d8d3aed2b0800a0efd7fbda79152 (diff)
downloadmonitoring-plugins-584555098d7f13b8635ef23460694d14d8f712a4.tar.gz
check_mysql: Fix copy'n'pasted comments
Diffstat (limited to 'plugins/check_mysql.c')
-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 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 */