Fix check of --no-wait option

This commit is contained in:
Ian Barwick
2019-01-29 12:28:40 +09:00
parent a48d408e4e
commit cbfef17a1d

View File

@@ -1722,7 +1722,7 @@ check_cli_parameters(const int action)
action_name(action));
}
}
else if (runtime_options.wait)
else if (runtime_options.no_wait)
{
switch (action)
{