mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-27 01:15:34 +00:00 
			
		
		
		
	fix messages
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15173 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -363,7 +363,7 @@ sub preprocess_updatenode | ||||
|         {    # MN in the nodelist | ||||
|             my $rsp = {}; | ||||
|             $rsp->{error}->[0] = | ||||
|               "You must not run -K option against the Management Node:$mname."; | ||||
|               "You must not run -k option against the Management Node:$mname."; | ||||
|             xCAT::MsgUtils->message("E", $rsp, $callback, 1); | ||||
|             return; | ||||
|         } | ||||
| @@ -1022,7 +1022,7 @@ sub updatenode | ||||
|         {    # MN in the nodelist | ||||
|             my $rsp = {}; | ||||
|             $rsp->{error}->[0] = | ||||
|               "You must not run -K option against the Management Node:$mname."; | ||||
|               "You must not run -k option against the Management Node:$mname."; | ||||
|             xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1); | ||||
|             return; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user