diff --git a/src/storm-pomdp-cli/storm-pomdp.cpp b/src/storm-pomdp-cli/storm-pomdp.cpp index 075a1e7dc..ec888bd02 100644 --- a/src/storm-pomdp-cli/storm-pomdp.cpp +++ b/src/storm-pomdp-cli/storm-pomdp.cpp @@ -204,8 +204,12 @@ int main(const int argc, const char** argv) { STORM_PRINT_AND_LOG(" done." << std::endl); } + } else { + STORM_LOG_WARN("Nothing to be done. Did you forget to specify a formula?"); } + + // All operations have now been performed, so we clean up everything and terminate. storm::utility::cleanUp(); return 0;