2
0
Эх сурвалжийг харах

Added missing '-t' documentation to Gravity CLI.

Ingwie Phoenix 6 жил өмнө
parent
commit
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");
 }