소스 검색

[cli]remove description cmd setupsid

balbekova 2 년 전
부모
커밋
c891306739
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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. */
 };