瀏覽代碼

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