diff --git a/src/mrmc.cpp b/src/mrmc.cpp index 4a30f12c3..16f4cf9f4 100644 --- a/src/mrmc.cpp +++ b/src/mrmc.cpp @@ -100,7 +100,7 @@ bool parseOptions(const int argc, const char* argv[]) { std::cout << "Could not recover from settings error: " << e.what() << "." << std::endl; std::cout << std::endl << mrmc::settings::help; delete s; - return 1; + return false; } if (s->isSet("help")) {