Add option modules_enabled_by_default

This commit is contained in:
totlmstr 2020-08-04 00:22:30 -07:00
parent d3c492b7d4
commit 634ed3e128
2 changed files with 16 additions and 10 deletions

View file

@ -375,8 +375,8 @@ void Main::print_help(const char *p_binary) {
#ifdef TESTS_ENABLED
OS::get_singleton()->print(" --test [--help] Run unit tests. Use --test --help for more information.\n");
#endif
OS::get_singleton()->print("\n");
#endif
OS::get_singleton()->print("\n");
}
#ifdef TESTS_ENABLED