소스 검색

docs: Docs for testc_helpers (in Russian)

Serj Kalichev 5 년 전
부모
커밋
7887e90a8c
3개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 0
      docs/testc.en.md
  2. 6 0
      docs/testc.ru.md
  3. 1 1
      utils/faux-file2c.c

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 6 - 0
docs/testc.en.md


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 6 - 0
docs/testc.ru.md


+ 1 - 1
utils/faux-file2c.c

@@ -328,6 +328,6 @@ static void help(int status, const char *argv0)
 		printf("\t-h, --help\tPrint this help.\n");
 		printf("\t-d, --debug\tDebug mode.\n");
 		printf("\t-t, --text\tText mode conversion (Default).\n");
-		printf("\t-d, --debug\tBinary mode conversion.\n");
+		printf("\t-b, --binary\tBinary mode conversion.\n");
 	}
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.