From 55c4e6979a18e54de3b7caa5c41d21a0acac2e6f Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Tue, 29 Oct 2024 16:36:36 +0800 Subject: [PATCH] Mark editor pseudolocalization CLI option editor-only --- main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.cpp b/main/main.cpp index e8086db9d3c..9940da4b208 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -653,7 +653,7 @@ void Main::print_help(const char *p_binary) { print_help_option("--delta-smoothing ", "Enable or disable frame delta smoothing [\"enable\", \"disable\"].\n"); print_help_option("--print-fps", "Print the frames per second to the stdout.\n"); #ifdef TOOLS_ENABLED - print_help_option("--editor-pseudolocalization", "Enable pseudolocalization for the editor and the project manager.\n"); + print_help_option("--editor-pseudolocalization", "Enable pseudolocalization for the editor and the project manager.\n", CLI_OPTION_AVAILABILITY_EDITOR); #endif print_help_title("Standalone tools");