From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Wed, 20 Apr 2011 17:58:31 +0200 Subject: [Cluster-devel] [PATCH] ipmilan help: login same as -l In-Reply-To: <1721038906.259615.1302731055859.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com> References: <1721038906.259615.1302731055859.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com> Message-ID: <4DAF02A7.9080900@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Marek? is this ok? if so can you merge it upstream? Thanks Fabio On 04/13/2011 11:44 PM, Cedric Buissart wrote: > In the ipmilan help message, 'login' is the same as -l (and not > -u) > > Signed-off-by: Cedric Buissart > --- > 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 892fc4e..c4dbd2d 100644 > --- a/fence/agents/ipmilan/ipmilan.c > +++ b/fence/agents/ipmilan/ipmilan.c > @@ -846,7 +846,7 @@ printf(" ipaddr=<#> Same as -a\n"); > printf(" passwd= Same as -p\n"); > printf(" passwd_script= Same as -S\n"); > printf(" lanplus Same as -P\n"); > -printf(" login= Same as -u\n"); > +printf(" login= Same as -l\n"); > printf(" option= Same as -o\n"); > printf(" operation= Same as -o\n"); > printf(" action= Same as -o\n");