Fix command line sanity check

This commit is contained in:
Ian Barwick
2019-05-14 13:27:00 +09:00
parent fca033fb9d
commit 8587539adb

View File

@@ -1955,7 +1955,7 @@ check_cli_parameters(const int action)
}
/* --detail */
if (runtime_options.compact == true)
if (runtime_options.detail == true)
{
switch (action)
{