From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19537 invoked by alias); 4 May 2009 07:24:36 -0000 Received: (qmail 19526 invoked by alias); 4 May 2009 07:24:34 -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: STABLE3 - 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/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 18171e7f87de3db99d10eed2258688f71b52ea7c X-Git-Newrev: 1805183e58bfd9d8f6cd4ab77388a4abf696a249 From: =?utf-8?q?Marek_Gr=C3=A1c?= Message-Id: <20090504072405.C311D12036E@lists.fedorahosted.org> Date: Mon, 04 May 2009 07:24: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/msg00151.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1805183e58bfd9d8f6cd4ab77388a4abf696a249 Commit: 1805183e58bfd9d8f6cd4ab77388a4abf696a249 Parent: 18171e7f87de3db99d10eed2258688f71b52ea7c Author: Marek 'marx' Grac AuthorDate: Mon May 4 09:22:00 2009 +0200 Committer: Marek 'marx' Grac CommitterDate: Mon May 4 09:22:00 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 a08acf5..50ac53b 100644 --- a/fence/agents/lib/fencing.py.py +++ b/fence/agents/lib/fencing.py.py @@ -122,7 +122,7 @@ all_opt = { "drac_version" : { "getopt" : "d:", "longopt" : "drac-version", - "help" : "-D, --drac-version= Force DRAC version to use", + "help" : "-d, --drac-version= Force DRAC version to use", "order" : 1 }, "hmc_version" : { "getopt" : "H:",