From cf59944a350c3081606dc3bafa8748ebe56a40bb Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 11 Sep 2017 21:25:30 +0900 Subject: [PATCH] Fix "repmhr cluster --help" output --- repmgr-action-cluster.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repmgr-action-cluster.c b/repmgr-action-cluster.c index b1b6065d..053fcbca 100644 --- a/repmgr-action-cluster.c +++ b/repmgr-action-cluster.c @@ -1399,9 +1399,9 @@ do_cluster_help(void) printf(_(" --node-name restrict entries to node with this name\n")); puts(""); - printf(_("CLUSTER EVENT\n")); + printf(_("CLUSTER CLEANUP\n")); puts(""); - printf(_(" \"cluster event\" purges records from the \"repmgr.monitor\" table.\n")); + printf(_(" \"cluster cleanup\" purges records from the \"repmgr.monitor\" table.\n")); puts(""); printf(_(" -k, --keep-history=VALUE retain indicated number of days of history (default: 0)\n")); puts("");