diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-18 22:28:18 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-18 22:28:18 +0200 |
| commit | 584555098d7f13b8635ef23460694d14d8f712a4 (patch) | |
| tree | 6fcc0e5e6e2bc9170c80dc22b8d580fd5147450a /plugins | |
| parent | 14bc7af32307d8d3aed2b0800a0efd7fbda79152 (diff) | |
| download | monitoring-plugins-584555098d7f13b8635ef23460694d14d8f712a4.tar.gz | |
check_mysql: Fix copy'n'pasted comments
Diffstat (limited to 'plugins')
| -rw-r--r-- | 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 521c902d..e7db0def 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 */ |
