From 2ab490f33b4e8aaf863252791977111b259d5d9e Mon Sep 17 00:00:00 2001 From: Neutrino <18445931+Neutrino-Sunset@users.noreply.github.com> Date: Tue, 17 Sep 2024 20:08:44 +0100 Subject: [PATCH] Update main/main.cpp Co-authored-by: Hugo Locurcio --- main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.cpp b/main/main.cpp index e283ee72f4b..1dea9e36514 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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");