diff -ru fence-agents-3.1.6/fence/agents/lib/fencing.py.py fence-agents-3.1.6.new/fence/agents/lib/fencing.py.py --- fence-agents-3.1.6/fence/agents/lib/fencing.py.py 2011-09-30 13:22:43.000000000 +0200 +++ fence-agents-3.1.6.new/fence/agents/lib/fencing.py.py 2012-07-05 19:09:53.625276000 +0200 @@ -37,6 +37,7 @@ "help" : "-h, --help Display this help and exit", "required" : "0", "shortdesc" : "Display help and exit", + "longdesc" : "Display help and exit", "order" : 54 }, "version" : { "getopt" : "V", @@ -44,6 +45,7 @@ "help" : "-V, --version Output version information and exit", "required" : "0", "shortdesc" : "Display version information and exit", + "longdesc" : "Display version information and exit", "order" : 53 }, "quiet" : { "getopt" : "q", @@ -55,6 +57,7 @@ "help" : "-v, --verbose Verbose mode", "required" : "0", "shortdesc" : "Verbose mode", + "longdesc" : "Verbose mode", "order" : 51 }, "debug" : { "getopt" : "D:", @@ -62,6 +65,7 @@ "help" : "-D, --debug-file= Debugging to output file", "required" : "0", "shortdesc" : "Write debug information to given file", + "longdesc" : "Write debug information to given file", "order" : 52 }, "delay" : { "getopt" : "f:", @@ -69,6 +73,7 @@ "help" : "--delay Wait X seconds before fencing is started", "required" : "0", "shortdesc" : "Wait X seconds before fencing is started", + "longdesc" : "Wait X seconds before fencing is started", "default" : "0", "order" : 200 }, "agent" : { @@ -85,6 +90,7 @@ "help" : "-o, --action= Action: status, reboot (default), off or on", "required" : "1", "shortdesc" : "Fencing Action", + "longdesc" : "Fencing Action", "default" : "reboot", "order" : 1 }, "io_fencing" : { @@ -93,6 +99,7 @@ "help" : "-o, --action= Action: status, enable or disable", "required" : "1", "shortdesc" : "Fencing Action", + "longdesc" : "Fencing Action", "default" : "disable", "order" : 1 }, "ipaddr" : { @@ -101,6 +108,7 @@ "help" : "-a, --ip= IP address or hostname of fencing device", "required" : "1", "shortdesc" : "IP Address or Hostname", + "longdesc" : "IP Address or Hostname", "order" : 1 }, "ipport" : { "getopt" : "u:", @@ -108,6 +116,7 @@ "help" : "-u, --ipport= TCP port to use", "required" : "0", "shortdesc" : "TCP port to use for connection with device", + "longdesc" : "TCP port to use for connection with device", "order" : 1 }, "login" : { "getopt" : "l:", @@ -115,6 +124,7 @@ "help" : "-l, --username= Login name", "required" : "?", "shortdesc" : "Login Name", + "longdesc" : "Login Name", "order" : 1 }, "no_login" : { "getopt" : "", @@ -130,6 +140,7 @@ "help" : "-p, --password= Login password or passphrase", "required" : "0", "shortdesc" : "Login password or passphrase", + "longdesc" : "Login password or passphrase", "order" : 1 }, "passwd_script" : { "getopt" : "S:", @@ -137,6 +148,7 @@ "help" : "-S, --password-script=