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 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 */ -- cgit v0.10-9-g596f