From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 12 Sep 2007 14:54:54 -0000 Subject: [Cluster-devel] cluster/fence/agents/ipmilan ipmilan.c Message-ID: <20070912145454.18930.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jparsons at sourceware.org 2007-09-12 14:54:54 Modified files: fence/agents/ipmilan: ipmilan.c Log message: Minor usage text fix Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ipmilan/ipmilan.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.8.2.3&r2=1.8.2.4 --- cluster/fence/agents/ipmilan/ipmilan.c 2007/06/27 15:38:17 1.8.2.3 +++ cluster/fence/agents/ipmilan/ipmilan.c 2007/09/12 14:54:54 1.8.2.4 @@ -913,7 +913,7 @@ printf("usage: %s \n", pname); printf(" -A IPMI Lan Auth type (md5, password, or none)\n"); printf(" -a IPMI Lan IP to talk to\n"); -printf(" -i IPMI Lan IP to talk to (deprecated, use -i)\n"); +printf(" -i IPMI Lan IP to talk to (deprecated, use -a)\n"); printf(" -p Password (if required) to control power on\n" " IPMI device\n"); printf(" -P Use Lanplus\n");