summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authortotlmstr <totlmstr@gmail.com>2020-08-04 00:22:30 -0700
committertotlmstr <totlmstr@gmail.com>2021-04-10 14:17:20 -0700
commit634ed3e1289ba2b3551b616cddc9a4547cdb57dc (patch)
treee940c1e7ea1002569c076daf95bc612a2fd41e92 /main
parentd3c492b7d4a38c3a68d52e9224d432bd1e05660a (diff)
Add option modules_enabled_by_default
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 4103fad17c..d64e8c5a20 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -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