diff --git a/main.cpp b/main.cpp index 8590393..7e6a776 100644 --- a/main.cpp +++ b/main.cpp @@ -24,6 +24,7 @@ try { std::cout << options.getUsage() << std::endl; return EXIT_SUCCESS; } + options.dumpOptions(); } catch (...) {