From 02bc143c755e44ab58ba987486e95195cfc9c1d9 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 be82892c..07f6d0d0 100644 --- a/repmgr-action-node.c +++ b/repmgr-action-node.c @@ -3600,7 +3600,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"));