From 190104c7db551a27daa13a55472f1f68be8f4940 Mon Sep 17 00:00:00 2001 From: Greg Clough Date: Fri, 29 Jun 2018 22:54:59 +0100 Subject: [PATCH] Added "cluster cleanup" to help --- repmgr-action-cluster.c | 1 + 1 file changed, 1 insertion(+) diff --git a/repmgr-action-cluster.c b/repmgr-action-cluster.c index ba3f6674..76cd9ca2 100644 --- a/repmgr-action-cluster.c +++ b/repmgr-action-cluster.c @@ -1347,6 +1347,7 @@ do_cluster_help(void) printf(_(" %s [OPTIONS] cluster matrix\n"), progname()); printf(_(" %s [OPTIONS] cluster crosscheck\n"), progname()); printf(_(" %s [OPTIONS] cluster event\n"), progname()); + printf(_(" %s [OPTIONS] cluster cleanup\n"), progname()); puts(""); printf(_("CLUSTER SHOW\n"));