mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-01 17:17:36 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user