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:
parent
129b57c818
commit
fa52b3bcad
@ -59,7 +59,7 @@ sub chvm_parse_args {
|
||||
#############################################
|
||||
if ( !defined( $args )) {
|
||||
$request->{method} = $cmd;
|
||||
return( \%opt );
|
||||
return( usage() );
|
||||
}
|
||||
#############################################
|
||||
# Checks case in GetOptions, allows opts
|
||||
|
@ -58,7 +58,7 @@ sub chvm_parse_args {
|
||||
#############################################
|
||||
if ( !defined( $args )) {
|
||||
$request->{method} = $cmd;
|
||||
return( \%opt );
|
||||
return( usage() );
|
||||
}
|
||||
#############################################
|
||||
# Checks case in GetOptions, allows opts
|
||||
|
Loading…
Reference in New Issue
Block a user