Browse Source

check_mysql: Fix copy'n'pasted comments

Holger Weiss 12 năm trước cách đây
mục cha
commit
584555098d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 */