mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
check_mysql: Fix copy'n'pasted comments
This commit is contained in:
parent
14bc7af323
commit
584555098d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue