소스 검색

check_mysql: Fix copy'n'pasted comments

Holger Weiss 12 년 전
부모
커밋
584555098d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      plugins/check_mysql.c

+ 2 - 2
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 */