diff --git a/tools/aa/include/ability_command.h b/tools/aa/include/ability_command.h index 2f410098066828360473d7535d72b7ff59f4e8b1..274828608f8fc280f64ccfda0071e8c56fc870ee 100644 --- a/tools/aa/include/ability_command.h +++ b/tools/aa/include/ability_command.h @@ -64,7 +64,7 @@ const std::string HELP_MSG_START = "options list:\n" " -h, --help list available commands\n" " [-d ] [-a -b ] [-m ] [-p ] " - " [-C] [-D] [-E] [-S] [-N] " + " [-C] [-D] [-E] [-S] " " [-R] [-c] [--ps ] " " [--pi ] " " [--pb ] " @@ -160,7 +160,6 @@ const std::string HELP_MSG_APPDEBUG_APP_DEBUG = " -c, --cancel let application cancel wait debug\n" " -g, --get get wait debug mode application bundle name and persist flag\n"; -const std::string HELP_MSG_FORCE_STOP = "usage: aa force-stop [-p pid] [-r kill-reason]\n"; const std::string HELP_MSG_FORCE_TIMEOUT = "usage: aa force-timeout \n" "usage: aa force-timeout clean.";