public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE2 - fence: fix IPMI typo in help
@ 2008-11-20 13:44 Jan Friesse
  0 siblings, 0 replies; only message in thread
From: Jan Friesse @ 2008-11-20 13:44 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=47514a9ac69f4b6ef0bcd87a2763de24dff12f5d
Commit:        47514a9ac69f4b6ef0bcd87a2763de24dff12f5d
Parent:        6c1a7ce96b7712e85d3cb765ca9dd58061d6a25b
Author:        Jan Friesse <jfriesse@redhat.com>
AuthorDate:    Thu Nov 20 12:52:21 2008 +0100
Committer:     Jan Friesse <jfriesse@redhat.com>
CommitterDate: Thu Nov 20 14:42:37 2008 +0100

fence: fix IPMI typo in help

Help contained description of -i option with comment,
that this option is deprecated and you should use -i. This
is nice recursion, but there should be -a.

This fixes BZ #210687
---
 fence/agents/ipmilan/ipmilan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/ipmilan/ipmilan.c b/fence/agents/ipmilan/ipmilan.c
index 30d69ee..358274a 100644
--- a/fence/agents/ipmilan/ipmilan.c
+++ b/fence/agents/ipmilan/ipmilan.c
@@ -687,7 +687,7 @@ usage_exit(char *pname)
 printf("usage: %s <options>\n", pname);
 printf("   -A <authtype>  IPMI Lan Auth type (md5, password, or none)\n");
 printf("   -a <ipaddr>    IPMI Lan IP to talk to\n");
-printf("   -i <ipaddr>    IPMI Lan IP to talk to (deprecated, use -i)\n");
+printf("   -i <ipaddr>    IPMI Lan IP to talk to (deprecated, use -a)\n");
 printf("   -p <password>  Password (if required) to control power on\n"
        "                  IPMI device\n");
 printf("   -P             Use Lanplus\n");


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-20 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-20 13:44 cluster: STABLE2 - fence: fix IPMI typo in help Jan Friesse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).