From 5ed4e62c4d0120c7d40811f6a24a14bad3d22eef Mon Sep 17 00:00:00 2001 From: shawn_he Date: Fri, 11 Mar 2022 15:32:55 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/device-dev/subsystems/subsys-dfx-hisysevent-tool.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/device-dev/subsystems/subsys-dfx-hisysevent-tool.md b/en/device-dev/subsystems/subsys-dfx-hisysevent-tool.md index eeb5bd0068..960f21fac1 100644 --- a/en/device-dev/subsystems/subsys-dfx-hisysevent-tool.md +++ b/en/device-dev/subsystems/subsys-dfx-hisysevent-tool.md @@ -47,7 +47,7 @@ The HiSysEvent tool is a command line tool preconfigured in the **/system/bin** | -t  | Event tag used to filter subscribed real-time system events.| | -c  | Matching rule for event tags. The options can be **WHOLE_WORD**, **PREFIX**, or **REGULAR**.| - Example commands: + Example: ``` # hisysevent -r -t "TAG" -c PREFIX @@ -74,7 +74,7 @@ The HiSysEvent tool is a command line tool preconfigured in the **/system/bin** | -n | Event name used to filter subscribed real-time system events.| | -c | Matching rule for event domains and event names. The options can be **WHOLE_WORD**, **PREFIX**, or **REGULAR**.| - Example commands: + Example: ``` # hisysevent -r -o "DOMAINA" -n "EVENTNAMEA" @@ -118,7 +118,7 @@ The HiSysEvent tool is a command line tool preconfigured in the **/system/bin** | -s | Start time for querying historical system events. Only system events generated after the start time are returned.| | -e | End time for querying historical system events. Only system events generated before the end time are returned.| - Example commands: + Example: ``` # hisysevent -l -s 20207388633 -e 20207389000 @@ -140,7 +140,7 @@ The HiSysEvent tool is a command line tool preconfigured in the **/system/bin** | -------- | --------- | | -m | Maximum number of historical system events that can be queried. The value ranges from **0** to **1000**. The number of returned system events is not more than the value of this parameter.| - Example commands: + Example: ``` # hisysevent -l -s 20207388633 -e 20207389000 -m 3 -- GitLab