]> Kevux Git Server - fll/commitdiff
Cleanup: The help for -D should be printing +D instead of +D in the parenthetical...
authorKevin Day <Kevin@kevux.org>
Tue, 13 Jan 2026 02:14:40 +0000 (20:14 -0600)
committerKevin Day <Kevin@kevux.org>
Tue, 13 Jan 2026 02:14:40 +0000 (20:14 -0600)
build/scripts/test.sh

index 1cf7cc0119b83d9f8e0203007ab80e5ab2f6d014..a747d8e49cb1b4ab4e7f817a4a6b9e326913b3a0 100644 (file)
@@ -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."