[nagiosplug] check_mysql: Fix copy'n'pasted comments
Nagios Plugin Development
nagios-plugins at users.sourceforge.net
Sun Aug 18 22:40:42 CEST 2013
Module: nagiosplug
Branch: master
Commit: 584555098d7f13b8635ef23460694d14d8f712a4
Author: Holger Weiss <holger at zedat.fu-berlin.de>
Date: Sun Aug 18 22:28:18 2013 +0200
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=5845550
check_mysql: Fix copy'n'pasted comments
---
plugins/check_mysql.c | 4 ++--
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)
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 */
More information about the Commits
mailing list