From dc2eefd337b11ece71228d431b7a5cb976060988 Mon Sep 17 00:00:00 2001 From: yangxuguang-huawei Date: Thu, 18 Jan 2024 16:01:08 +0800 Subject: [PATCH] refactor: add entity and type docstrings to help Signed-off-by: yangxuguang-huawei --- tools/aa/include/ability_command.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/aa/include/ability_command.h b/tools/aa/include/ability_command.h index f94e7de9ed..cc1c0d166f 100644 --- a/tools/aa/include/ability_command.h +++ b/tools/aa/include/ability_command.h @@ -73,6 +73,8 @@ const std::string HELP_MSG_START = " [-Psn] " " [-A ] " " [-U ] " + " [-e ] " + " [-t ] " " start ability with an element name\n"; const std::string HELP_MSG_STOP_SERVICE =