Explorar o código

[cli]remove description cmd setupsid

balbekova %!s(int64=2) %!d(string=hai) anos
pai
achega
c891306739
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/cli/CLI_Commands.c

+ 1 - 1
modules/cli/CLI_Commands.c

@@ -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. */
 };