Browse Source

[cli]remove description cmd setupsid

balbekova 2 years ago
parent
commit
c891306739
1 changed files with 1 additions and 1 deletions
  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. */
 };