From 5bf05f7b2d37ff476f98c5f245489a21c6a2f74c Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 18 Oct 2019 14:08:38 +0900 Subject: [PATCH] Tweak "repmgr standby --help" output not to mention recovery.conf Use the more generic "replication configuration" to cover Pg12 and later. --- repmgr-action-standby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index d2c373d9..3ddbe84b 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -7952,7 +7952,7 @@ do_standby_help(void) " when the intended upstream server does not yet exist\n")); printf(_(" --upstream-node-id ID of the upstream node to replicate from (optional, defaults to primary node)\n")); printf(_(" --without-barman do not use Barman even if configured\n")); - printf(_(" --recovery-conf-only create \"recovery.conf\" file for a previously cloned instance\n")); + printf(_(" --recovery-conf-only generate replication configuration for a previously cloned instance\n")); puts("");