fix bugs item:3288766
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9517 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e352f73e51
commit
afa32d6512
@ -69,6 +69,10 @@ sub mkhwconn_parse_args
|
||||
|
||||
return usage() if ( exists $opt{h});
|
||||
|
||||
if ( !exists $opt{t} and !exists $opt{p}) {
|
||||
return ( usage('Flag -t or -p must be used.'));
|
||||
}
|
||||
|
||||
if ( exists $opt{t} and exists $opt{p})
|
||||
{
|
||||
return( usage('Flags -t and -p cannot be used together.'));
|
||||
|
@ -59,11 +59,14 @@ sub mkhwconn_parse_args
|
||||
}
|
||||
return usage() if ( exists $opt{h});
|
||||
|
||||
#if ( exists $opt{s} )
|
||||
#{
|
||||
# return( usage('Flags -s is just used in direct-attach enviroment.'));
|
||||
#}
|
||||
|
||||
#if ( exists $opt{s} )
|
||||
#{
|
||||
# return( usage('Flags -s is just used in direct-attach enviroment.'));
|
||||
#}
|
||||
if ( !exists $opt{t} and !exists $opt{p} and !exists $opt{s}) {
|
||||
return ( usage('Flag -t or -p or -s must be used.'));
|
||||
}
|
||||
|
||||
if ( exists $opt{t} and exists $opt{p})
|
||||
{
|
||||
return( usage('Flags -t and -p cannot be used together.'));
|
||||
|
@ -179,7 +179,7 @@ my %usage = (
|
||||
rmvm [-h|--help|-v|--version]",
|
||||
"lsslp" =>
|
||||
"Usage: lsslp [-h|--help|-v|--version]
|
||||
lsslp [<noderange>][-V|--verbose][-i ip[,ip..]][-w][-r|-x|-z][-n][-I][-s BPA|MM|IVM|RSA|FSP|HMC][-C counts][-T timeout]
|
||||
lsslp [<noderange>][-V|--verbose][-i ip[,ip..]][-w][-r|-x|-z][-n][-I][-s FRAME|CEC|MM|IVM|RSA|HMC][-C counts][-T timeout]
|
||||
[-t tries][-m][-e cmd][-c [timeinterval[interval,..]]][--vpdtable]
|
||||
[-M vpd|switchport][--makedhcp][--updatehost][--resetnet]",
|
||||
"rflash" =>
|
||||
|
Loading…
Reference in New Issue
Block a user