From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ondrej Mular Date: Fri, 10 Jan 2014 05:44:09 -0500 (EST) Subject: [Cluster-devel] [PATCH 2/3] fence_amt: add long description In-Reply-To: <487995304.10921606.1389349498319.JavaMail.root@redhat.com> Message-ID: <846758558.10930119.1389350649016.JavaMail.root@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit --- fence/agents/amt/fence_amt.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fence/agents/amt/fence_amt.py b/fence/agents/amt/fence_amt.py index c164c66..81b8aec 100644 --- a/fence/agents/amt/fence_amt.py +++ b/fence/agents/amt/fence_amt.py @@ -134,7 +134,9 @@ def main(): docs = { } docs["shortdesc"] = "Fence agent for AMT" - docs["longdesc"] = "Fence agent for AMT" + docs["longdesc"] = "fence_amt is an I/O Fencing agent \ +which can be used with Intel AMT. This agent calls support software amttool\ +(http://www.kraxel.org/cgit/amtterm/)." docs["vendorurl"] = "http://www.intel.com/" show_docs(options, docs) -- 1.8.3.1