diff --git a/zh-cn/device-dev/subsystems/subsys-boot-init-plugin.md b/zh-cn/device-dev/subsystems/subsys-boot-init-plugin.md index d142b900a4b55c6189596daf0fa28e257b4aa3d2..cd87caab277a0f14c98e8e5642c37a179b4f79b8 100644 --- a/zh-cn/device-dev/subsystems/subsys-boot-init-plugin.md +++ b/zh-cn/device-dev/subsystems/subsys-boot-init-plugin.md @@ -17,7 +17,7 @@ bootchart 只支持标准系统, begetctl 支持小型系统和标准系统。 | 命令 | 命令格式和示例 | 说明 | | :---------- | :---------- |:--------| | init group test [stage] | init group test | stage参见ServiceStatus。 | -| param ls [-r] [name] | 显示系统参数,例如:
查看usb系统参数:begetctl param ls persist.sys.usb | 无 | +| param ls [-r] [name] | 显示系统参数,例如:
查看USB系统参数:begetctl param ls persist.sys.usb | 无 | | param get [name] | 获取系统参数信息,例如:
begetctl param get 或 param get | 无 | | param set name value| 设置系统参数,例如:
begetctl param set ohos.servicectrl.display 1 或 param set ohos.servicectrl.display 1| 无 | | param wait name [value] [timeout] | 等待系统参数,例如:
begetctl param wait persist.sys.usb.config hdc 或 param wait persist.sys.usb.config hdc | timeout默认值:30秒 |