From c907b7b33d1723886742bab8d0a9ef54511e9c6d Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 13 Nov 2017 17:13:22 +0900 Subject: [PATCH] repmgr: minor fix to "repmgr standby --help" output --- repmgr-action-standby.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index eff28b76..a79fa04a 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -5322,8 +5322,8 @@ do_standby_help(void) puts(""); printf(_(" \"standby unregister\" unregisters an inactive standby node.\n")); puts(""); - printf(_(" --node-id ID node to unregister (optional, used when the node to unregister\n" \ - " is offline)\n")); + printf(_(" --node-id ID of node to unregister (optional, used when the node to\n" \ + " unregister is offline)\n")); puts(""); printf(_("STANDBY PROMOTE\n"));