From b9e360d5b86a50e288752699aeee9cb0859e32c6 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 0aaba9da..99ebbb2c 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -7908,7 +7908,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("");