Przeglądaj źródła

device: cleanup

Daniele Bartolini 7 lat temu
rodzic
commit
02e2c33592
1 zmienionych plików z 7 dodań i 7 usunięć
  1. 7 7
      src/device/device_options.cpp

+ 7 - 7
src/device/device_options.cpp

@@ -24,18 +24,18 @@ static void help(const char* msg = NULL)
 		"Options:\n"
 		"  -h --help                       Display this help.\n"
 		"  -v --version                    Display engine version.\n"
-		"  --source-dir <path>             Use <path> as the source directory for resource compilation.\n"
-		"  --data-dir <path>               Use <path> as the destination directory for compiled resources.\n"
+		"  --source-dir <path>             Specify the <path> of the project's source data.\n"
+		"  --data-dir <path>               Specify the <path> where to put the compiled data.\n"
 		"  --map-source-dir <name> <path>  Mount <path>/<name> at <source-dir>/<name>.\n"
 		"  --boot-dir <prefix>             Use <prefix>/boot.config to boot the engine.\n"
-		"  --compile                       Do a full compile of the resources.\n"
-		"  --platform <platform>           Compile resources for the given <platform>.\n"
+		"  --compile                       Compile the project's source data.\n"
+		"  --platform <platform>           Specify the target <platform> for data compilation.\n"
 		"      linux\n"
 		"      windows\n"
 		"      android\n"
-		"  --continue                      Run the engine after resource compilation.\n"
-		"  --console-port <port>           Set port of the console.\n"
-		"  --wait-console                  Wait for a console connection before starting up.\n"
+		"  --continue                      Run the engine after the data has been compiled.\n"
+		"  --console-port <port>           Set port of the console server.\n"
+		"  --wait-console                  Wait for a console connection before booting the engine.\n"
 		"  --parent-window <handle>        Set the parent window <handle> of the main window.\n"
 		"  --server                        Run the engine in server mode.\n"
 		"\n"