mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
standby clone: tweak --help output wording
This commit is contained in:
@@ -8910,7 +8910,7 @@ do_standby_help(void)
|
|||||||
#if (PG_VERSION_NUM >= 130000)
|
#if (PG_VERSION_NUM >= 130000)
|
||||||
printf(_(" --verify-backup verify a cloned node using the \"pg_verifybackup\" utility\n"));
|
printf(_(" --verify-backup verify a cloned node using the \"pg_verifybackup\" utility\n"));
|
||||||
#endif
|
#endif
|
||||||
printf(_(" --without-barman do not use Barman even if configured\n"));
|
printf(_(" --without-barman do not clone from Barman even if configured\n"));
|
||||||
printf(_(" --replication-conf-only generate replication configuration for a previously cloned instance\n"));
|
printf(_(" --replication-conf-only generate replication configuration for a previously cloned instance\n"));
|
||||||
|
|
||||||
puts("");
|
puts("");
|
||||||
|
|||||||
Reference in New Issue
Block a user