From b89b3c09610fcbdb14f74a75587abc743e9e65a2 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 8 Jan 2019 09:49:43 +0900 Subject: [PATCH] Fix "repmgr cluster cleanup" help output Table name mentioned was incorrect. --- repmgr-action-cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-action-cluster.c b/repmgr-action-cluster.c index c95a3ef0..54919721 100644 --- a/repmgr-action-cluster.c +++ b/repmgr-action-cluster.c @@ -1527,7 +1527,7 @@ do_cluster_help(void) printf(_("CLUSTER CLEANUP\n")); puts(""); - printf(_(" \"cluster cleanup\" purges records from the \"repmgr.monitor\" table.\n")); + printf(_(" \"cluster cleanup\" purges records from the \"repmgr.monitoring_history\" table.\n")); puts(""); printf(_(" -k, --keep-history=VALUE retain indicated number of days of history (default: 0)\n")); puts("");