You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix typos and missing newlines in --help
This commit is contained in:
@@ -159,7 +159,7 @@ void Main::print_help(const char* p_binary) {
|
|||||||
OS::get_singleton()->print("%s",OS::get_singleton()->get_video_driver_name(i));
|
OS::get_singleton()->print("%s",OS::get_singleton()->get_video_driver_name(i));
|
||||||
}
|
}
|
||||||
OS::get_singleton()->print(")\n");
|
OS::get_singleton()->print(")\n");
|
||||||
OS::get_singleton()->print("\t-ldpi\t : Force low-dpi mode (OSX Only)");
|
OS::get_singleton()->print("\t-ldpi\t : Force low-dpi mode (OSX Only)\n");
|
||||||
|
|
||||||
OS::get_singleton()->print("\t-ad DRIVER\t : Audio Driver (");
|
OS::get_singleton()->print("\t-ad DRIVER\t : Audio Driver (");
|
||||||
for (int i=0;i<OS::get_singleton()->get_audio_driver_count();i++) {
|
for (int i=0;i<OS::get_singleton()->get_audio_driver_count();i++) {
|
||||||
@@ -169,8 +169,7 @@ void Main::print_help(const char* p_binary) {
|
|||||||
OS::get_singleton()->print("%s",OS::get_singleton()->get_audio_driver_name(i));
|
OS::get_singleton()->print("%s",OS::get_singleton()->get_audio_driver_name(i));
|
||||||
}
|
}
|
||||||
OS::get_singleton()->print(")\n");
|
OS::get_singleton()->print(")\n");
|
||||||
OS::get_singleton()->print("\t-rthread <mode>\t : Render Thread Mode ('unsafe', 'safe', 'separate).");
|
OS::get_singleton()->print("\t-rthread <mode>\t : Render Thread Mode ('unsafe', 'safe', 'separate').\n");
|
||||||
OS::get_singleton()->print(")\n");
|
|
||||||
OS::get_singleton()->print("\t-s,-script [script] : Run a script.\n");
|
OS::get_singleton()->print("\t-s,-script [script] : Run a script.\n");
|
||||||
OS::get_singleton()->print("\t-d,-debug : Debug (local stdout debugger).\n");
|
OS::get_singleton()->print("\t-d,-debug : Debug (local stdout debugger).\n");
|
||||||
OS::get_singleton()->print("\t-rdebug ADDRESS : Remote debug (<ip>:<port> host address).\n");
|
OS::get_singleton()->print("\t-rdebug ADDRESS : Remote debug (<ip>:<port> host address).\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user