Sfoglia il codice sorgente

Fix doc for shaderc (#1021)

weshoke 9 anni fa
parent
commit
abe4d74f3b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tools/shaderc/shaderc.cpp

+ 1 - 1
tools/shaderc/shaderc.cpp

@@ -710,7 +710,7 @@ namespace bgfx
 			  "\n"
 			  "\n"
 			  "Options:\n"
 			  "Options:\n"
 			  "  -f <file path>                Input file path.\n"
 			  "  -f <file path>                Input file path.\n"
-			  "  -i <include path>             Include path (for multiple paths use semicolon).\n"
+			  "  -i <include path>             Include path (for multiple paths use use -i multiple times).\n"
 			  "  -o <file path>                Output file path.\n"
 			  "  -o <file path>                Output file path.\n"
 			  "      --bin2c <file path>       Generate C header file.\n"
 			  "      --bin2c <file path>       Generate C header file.\n"
 			  "      --depends                 Generate makefile style depends file.\n"
 			  "      --depends                 Generate makefile style depends file.\n"