Update main/main.cpp

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
Neutrino 2024-09-17 20:08:44 +01:00 committed by GitHub
parent 8acec39fb2
commit 2ab490f33b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ void Main::print_help(const char *p_binary) {
print_help_option("", "--disable-vsync can speed up movie writing but makes interaction more difficult.\n");
print_help_option("", "--quit-after can be used to specify the number of frames to write.\n");
print_help_option("--force-console", "Force creation of console window on Windows.\n");
print_help_option("", "Enables viewing of Godot logging when debugging a C# project with Visual Studio.\n");
print_help_option("", "Does not spawn a child process, unlike the console executable. Allows for viewing Godot logs when debugging a C# project with Visual Studio.\n");
print_help_title("Display options");
print_help_option("-f, --fullscreen", "Request fullscreen mode.\n");