diff --git a/en/application-dev/ability/ability-assistant-guidelines.md b/en/application-dev/ability/ability-assistant-guidelines.md index 5474fd39aad6322191b69c819b831d22681633c7..b51a23aa461d8b570b852e3dc2183b31fc42b119 100644 --- a/en/application-dev/ability/ability-assistant-guidelines.md +++ b/en/application-dev/ability/ability-assistant-guidelines.md @@ -28,13 +28,13 @@ The ability assistant is pre-installed in the device environment. You can direct Starts an ability. - | Name| Description| + | Name | Description | | --------- | ---------------------- | - | -h/--help | Help information.| - | -d | Device ID. This parameter is optional.| + | -h/--help | Help information. | + | -d | Device ID. This parameter is optional. | | -a | Ability name. This parameter is mandatory.| - | -b | Bundle name. This parameter is mandatory.| - | -D | Debugging mode. This parameter is optional.| + | -b | Bundle name. This parameter is mandatory. | + | -D | Debugging mode. This parameter is optional. | **Return value** @@ -43,19 +43,19 @@ The ability assistant is pre-installed in the device environment. You can direct **Method** ``` -aa start [-d ] -a -b [-D] + aa start [-d ] -a -b [-D] ``` - **stop-service** Stops a Service ability. - | Name| Description| + | Name | Description | | --------- | ------------------------ | - | -h/--help | Help information.| - | -d | Device ID. This parameter is optional.| + | -h/--help | Help information. | + | -d | Device ID. This parameter is optional. | | -a | Ability name. This parameter is mandatory.| - | -b | Bundle name. This parameter is mandatory.| + | -b | Bundle name. This parameter is mandatory. | **Return value** @@ -64,23 +64,23 @@ aa start [-d ] -a -b [-D] **Method** ``` -aa stop-service [-d ] -a -b + aa stop-service [-d ] -a -b ``` - **dump** Prints ability related information. - | Name| Description| + | Name | Description | | ---------------------- | -------------------------------------- | - | -h/--help | Help information.| - | -a/--all | Ability information in all missions.| - | -s/--stack \ | Ability information in a specified mission stack.| - | -m/--mission \ | Ability information in a specified mission.| + | -h/--help | Help information. | + | -a/--all | Ability information in all missions. | + | -s/--stack \ | Ability information in a specified mission stack. | + | -m/--mission \ | Ability information in a specified mission. | | -l/--stack-list | Mission list in each mission stack.| - | -u/--ui | System UI ability information.| - | -e/--serv | Service ability information.| - | -d/--data | Data ability information.| + | -u/--ui | System UI ability information. | + | -e/--serv | Service ability information. | + | -d/--data | Data ability information. | **Method**