From c072eb1f6488f94f83a6d3a81d88bf29ad866943 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Fri, 25 Oct 2013 16:25:25 +1100 Subject: [PATCH] tools/ctdb: Fix documentation string for ban command Ban time of 0 is not supported. Signed-off-by: Martin Schwenke --- tools/ctdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ctdb.c b/tools/ctdb.c index 49fb278b..c5d4a4ad 100644 --- a/tools/ctdb.c +++ b/tools/ctdb.c @@ -6039,7 +6039,7 @@ static const struct { { "enable", control_enable, true, false, "enable a nodes public IP" }, { "stop", control_stop, true, false, "stop a node" }, { "continue", control_continue, true, false, "re-start a stopped node" }, - { "ban", control_ban, true, false, "ban a node from the cluster", ""}, + { "ban", control_ban, true, false, "ban a node from the cluster", ""}, { "unban", control_unban, true, false, "unban a node" }, { "showban", control_showban, true, false, "show ban information"}, { "shutdown", control_shutdown, true, false, "shutdown ctdbd" }, -- 2.34.1