diff --git a/repmgr-action-node.c b/repmgr-action-node.c index 5faa0568..e69d7425 100644 --- a/repmgr-action-node.c +++ b/repmgr-action-node.c @@ -3625,7 +3625,7 @@ do_node_help(void) printf(_(" --dry-run check that the prerequisites are met for rejoining the node\n" \ " (including usability of \"pg_rewind\" if requested)\n")); printf(_(" --force-rewind[=VALUE] execute \"pg_rewind\" if necessary\n")); - printf(_(" (9.3 and 9.4 - provide full \"pg_rewind\" path)\n")); + printf(_(" (PostgreSQL 9.4 - provide full \"pg_rewind\" path)\n")); printf(_(" --config-files comma-separated list of configuration files to retain\n" \ " after executing \"pg_rewind\"\n")); diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index 19df8bf5..f6eedbba 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -8999,7 +8999,7 @@ do_standby_help(void) printf(_(" --dry-run perform checks etc. but don't actually execute switchover\n")); printf(_(" -F, --force ignore warnings and continue anyway\n")); printf(_(" --force-rewind[=VALUE] use \"pg_rewind\" to reintegrate the old primary if necessary\n")); - printf(_(" (9.3 and 9.4 - provide \"pg_rewind\" path)\n")); + printf(_(" (PostgreSQL 9.4 - provide \"pg_rewind\" path)\n")); printf(_(" -R, --remote-user=USERNAME database server username for SSH operations (default: \"%s\")\n"), runtime_options.username); printf(_(" -S, --superuser=USERNAME superuser to use, if repmgr user is not superuser\n"));