check_mysql: Fix copy'n'pasted comments

This commit is contained in:
Holger Weiss 2013-08-18 22:28:18 +02:00
parent 14bc7af323
commit 584555098d

View file

@ -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 */