diff --git a/tpws/tpws.c b/tpws/tpws.c index af5f4ab..0cef7d1 100644 --- a/tpws/tpws.c +++ b/tpws/tpws.c @@ -711,10 +711,12 @@ void parse_params(int argc, char *argv[]) while ((v = getopt_long_only(argc, argv, "", long_options, &option_index)) != -1) { if (v) + { if (bDry) exit_clean(1); else exithelp_clean(); + } switch (option_index) { case 0: