diff --git a/repmgr-client.c b/repmgr-client.c index 44f0354d..8bb71ad7 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -1955,7 +1955,7 @@ check_cli_parameters(const int action) } /* --detail */ - if (runtime_options.compact == true) + if (runtime_options.detail == true) { switch (action) {