summaryrefslogtreecommitdiffstats
path: root/plugins/check_mysql.c
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-08-18 20:28:18 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-08-18 20:28:18 (GMT)
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 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 */