diff --git a/repmgr-action-node.c b/repmgr-action-node.c index 39c55101..c7430137 100644 --- a/repmgr-action-node.c +++ b/repmgr-action-node.c @@ -3624,7 +3624,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 846806a7..cd5095b4 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -9046,7 +9046,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"));