From: Kevin Day Date: Tue, 13 Jan 2026 02:14:40 +0000 (-0600) Subject: Cleanup: The help for -D should be printing +D instead of +D in the parenthetical... X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=9a654db068ce4d5ae0685e9b422552eed725b649;p=fll Cleanup: The help for -D should be printing +D instead of +D in the parenthetical comment. --- diff --git a/build/scripts/test.sh b/build/scripts/test.sh index 1cf7cc011..a747d8e49 100644 --- a/build/scripts/test.sh +++ b/build/scripts/test.sh @@ -353,7 +353,7 @@ test_help() { echo echo -e " -${c_important}a${c_reset}, --${c_important}analyze${c_reset} Perform analyzation on during tests (using fanalyzer mode)." echo -e " -${c_important}c${c_reset}, --${c_important}compiler${c_reset} Specify the compiler, either gcc (default) or clang." - echo -e " -${c_important}D${c_reset}, --${c_important}debug_mode${c_reset} Build packages with the debug mode passed to the build system (different from +d/++debug)." + echo -e " -${c_important}D${c_reset}, --${c_important}debug_mode${c_reset} Build packages with the debug mode passed to the build system (different from +D/++debug)." echo -e " -${c_important}p${c_reset}, --${c_important}project${c_reset} Designate that the project files must also be built." echo -e " -${c_important}s${c_reset}, --${c_important}path_scripts${c_reset} Specify a custom directory where the build scripts are found." echo -e " -${c_important}t${c_reset}, --${c_important}path_test${c_reset} Specify a custom directory where the test environment is found."