From a415d85530ad57cae546d779a71117592dee5fb2 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 16 Dec 2020 19:15:11 -0500 Subject: [PATCH] repmgr: fix typo in "repmgr node --help" output Via GitHub #687. --- repmgr-action-node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-action-node.c b/repmgr-action-node.c index 6bf67ea4..f73c88d3 100644 --- a/repmgr-action-node.c +++ b/repmgr-action-node.c @@ -3599,7 +3599,7 @@ do_node_help(void) printf(_(" Following options check an individual status:\n")); printf(_(" --archive-ready number of WAL files ready for archiving\n")); printf(_(" --downstream whether all downstream nodes are connected\n")); - printf(_(" --uptream whether the node is connected to its upstream\n")); + printf(_(" --upstream whether the node is connected to its upstream\n")); printf(_(" --replication-lag replication lag in seconds (standbys only)\n")); printf(_(" --role check node has expected role\n")); printf(_(" --slots check for inactive replication slots\n"));