From 8e0d28d8dca3e19d5dd3c3f87ec84153e3b7f696 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 12 Feb 2019 09:20:29 +0900 Subject: [PATCH] Fix "repmgr daemon --help" output Per report from Shaun. --- repmgr-action-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-action-daemon.c b/repmgr-action-daemon.c index 882b775e..ecbf3c49 100644 --- a/repmgr-action-daemon.c +++ b/repmgr-action-daemon.c @@ -748,7 +748,7 @@ void do_daemon_help(void) printf(_(" --dry-run check if nodes are reachable but don't pause repmgrd\n")); puts(""); - printf(_("DAEMON PAUSE\n")); + printf(_("DAEMON UNPAUSE\n")); puts(""); printf(_(" \"daemon unpause\" instructs repmgrd on each node to resume failover detection\n")); puts("");