From f4938a4a42a848a7016d98a1888e699a9703d61f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 3 Sep 2020 10:41:04 +0900 Subject: [PATCH] standby clone: tweak --help output wording --- 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 4f789578..5049d817 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -8910,7 +8910,7 @@ do_standby_help(void) #if (PG_VERSION_NUM >= 130000) printf(_(" --verify-backup verify a cloned node using the \"pg_verifybackup\" utility\n")); #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")); puts("");