From 8587539adb8a34b244b3e71b3368e343d097d6d1 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 14 May 2019 13:27:00 +0900 Subject: [PATCH] Fix command line sanity check --- repmgr-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {