Fixed bug chvm <node> does not output messages - ID: 3133987

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8470 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2010-12-20 08:10:54 +00:00
parent 129b57c818
commit fa52b3bcad
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ sub chvm_parse_args {
#############################################
if ( !defined( $args )) {
$request->{method} = $cmd;
return( \%opt );
return( usage() );
}
#############################################
# Checks case in GetOptions, allows opts

View File

@ -58,7 +58,7 @@ sub chvm_parse_args {
#############################################
if ( !defined( $args )) {
$request->{method} = $cmd;
return( \%opt );
return( usage() );
}
#############################################
# Checks case in GetOptions, allows opts