mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Use --compact option for abbreviated display output
--terse is meant for reducing log chatter.
This commit is contained in:
@@ -267,6 +267,12 @@ main(int argc, char **argv)
|
||||
runtime_options.no_wait = true;
|
||||
break;
|
||||
|
||||
/* --compact */
|
||||
case OPT_COMPACT:
|
||||
runtime_options.compact = true;
|
||||
break;
|
||||
|
||||
|
||||
/*----------------------------
|
||||
* database connection options
|
||||
*----------------------------
|
||||
|
||||
Reference in New Issue
Block a user