2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

fix a typo in rinstall -c/--console error message (#3613)

* fix a typo

* fix a typo
This commit is contained in:
yangsong 2017-08-04 05:00:02 -05:00 committed by GitHub
parent 79b41ad7ce
commit 69da84f5db

View File

@ -75,7 +75,7 @@ my $noderange = $cmdref->{noderange}->[0]; # save the noderange
my @noderange=xCAT::NodeRange::noderange($noderange);
if($bname eq "rinstall" and $startconsole==1 and scalar @noderange!=1 ){
xCAT::MsgUtils->message("E", "Error: rinstall can only be run against one node! Please use winstall for multiple nodes.");
xCAT::MsgUtils->message("E", "Error: rinstall -c/--console can only be run against one node! Please use winstall -c/--console for multiple nodes.");
exit 1;
}