소스 검색

Added missing '-t' documentation to Gravity CLI.

Ingwie Phoenix 6 년 전
부모
커밋
a8539f87fb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/cli/gravity.c

+ 1 - 0
src/cli/gravity.c

@@ -264,6 +264,7 @@ static void print_help (void) {
     printf("-x input_file      execute input_file (JSON format expected)\n");
     printf("-i source_code     compile and execute source_code string\n");
     printf("-q                 don't print result and execution time\n");
+    printf("-t                 Run unit tests (file_name is then treated as a folder)\n");
     printf("file_name          compile file_name and executes it\n");
 }