mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Fix command line sanity check
This commit is contained in:
@@ -1955,7 +1955,7 @@ check_cli_parameters(const int action)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* --detail */
|
/* --detail */
|
||||||
if (runtime_options.compact == true)
|
if (runtime_options.detail == true)
|
||||||
{
|
{
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user