From c6dfe53f03d53a48fc9e9f7f7e614f43e0e4a9b3 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 2 Mar 2020 16:03:48 +0900 Subject: [PATCH] cluster show: update code comment listing supported options --- repmgr-action-cluster.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repmgr-action-cluster.c b/repmgr-action-cluster.c index 2c81a5fd..bde035e3 100644 --- a/repmgr-action-cluster.c +++ b/repmgr-action-cluster.c @@ -67,6 +67,8 @@ static void cube_set_node_status(t_node_status_cube **cube, int n, int node_id, * Parameters: * --compact * --csv + * --terse + * --verbose */ void do_cluster_show(void)