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."