From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21821 invoked by alias); 4 May 2009 07:29:20 -0000 Received: (qmail 21814 invoked by alias); 4 May 2009 07:29:20 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: RHEL5 - fencing.py: #498329 - fence_drac5 help output shows incorrect usage To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/RHEL5 X-Git-Reftype: branch X-Git-Oldrev: 90bfe865bfe0f077727aef7c380e4a5b76e27c71 X-Git-Newrev: 423ba66a2c5a08a000c8e971589c94b3fbebf701 From: =?utf-8?q?Marek_Gr=C3=A1c?= Message-Id: <20090504072851.64C3E12036E@lists.fedorahosted.org> Date: Mon, 04 May 2009 07:29:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00154.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=423ba66a2c5a08a000c8e971589c94b3fbebf701 Commit: 423ba66a2c5a08a000c8e971589c94b3fbebf701 Parent: 90bfe865bfe0f077727aef7c380e4a5b76e27c71 Author: Marek 'marx' Grac AuthorDate: Mon May 4 09:22:00 2009 +0200 Committer: Marek 'marx' Grac CommitterDate: Mon May 4 09:27:17 2009 +0200 fencing.py: #498329 - fence_drac5 help output shows incorrect usage --- fence/agents/lib/fencing.py.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py index 12e162c..2a1ff01 100644 --- a/fence/agents/lib/fencing.py.py +++ b/fence/agents/lib/fencing.py.py @@ -98,7 +98,7 @@ all_opt = { "order" : 1 }, "drac_version" : { "getopt" : "d:", - "help" : "-D Force DRAC version to use", + "help" : "-d Force DRAC version to use", "order" : 1 }, "hmc_version" : { "getopt" : "H:",