From bd1b11884f33f5fce5ca7618c9f87b540592e1b6 Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Mon, 2 Jul 2018 16:36:41 +0200 Subject: [PATCH] fence_ilo3/fence_ipmilan: show correct default method (onoff) in help --- agents/ipmilan/fence_ipmilan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/ipmilan/fence_ipmilan.py b/agents/ipmilan/fence_ipmilan.py index 453d7365..9610f1c6 100644 --- a/agents/ipmilan/fence_ipmilan.py +++ b/agents/ipmilan/fence_ipmilan.py @@ -171,7 +171,7 @@ def main(): all_opt["lanplus"]["default"] = "1" all_opt["ipport"]["default"] = "623" - all_opt["method"]["help"] = "-m, --method=[method] Method to fence (onoff|cycle) (Default: cycle)\n" \ + all_opt["method"]["help"] = "-m, --method=[method] Method to fence (onoff|cycle) (Default: onoff)\n" \ "WARNING! This fence agent might report success before the node is powered off. " \ "You should use -m/method onoff if your fence device works correctly with that option." -- 2.17.1