| 
					
				 | 
			
			
				@@ -598,7 +598,7 @@ static const CLI_Command_Definition_t prvRADIUSCommandDefinition = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 static const CLI_Command_Definition_t prvSetUPSserialCommandDefinition = 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	( const int8_t * const ) "setupsid", /* The command string to type. */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	( const int8_t * const ) "\tsetupsid <password> <SN>: установка серийного номера ИБП\r\n", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	( const int8_t * const ) "",//\tsetupsid <password> <SN>: установка серийного номера ИБП\r\n 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	prvSetUPSserialCommand, /* The function to run. */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	2 /* Two parameters are expected, which can take any value. */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }; 
			 |