From 2f09de35e3d3238945584ad75604f8c65e762222 Mon Sep 17 00:00:00 2001 From: Changgyu Choi Date: Fri, 25 Feb 2022 09:45:22 +0900 Subject: [PATCH] Fix list-dependencies description Change-Id: If7efe430407451fcdf9ec6c549593b6d4bcf87d7 Signed-off-by: Changgyu Choi --- tool/aulctl/operation/help_operation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/aulctl/operation/help_operation.cc b/tool/aulctl/operation/help_operation.cc index c2884d1..5b4dade 100644 --- a/tool/aulctl/operation/help_operation.cc +++ b/tool/aulctl/operation/help_operation.cc @@ -35,7 +35,7 @@ R"( - aulctl - - status [|appid] : Print status of the boot sequence app. - - list-dependencies [|uid]: Print dependency grach of boot sequence apps. + - list-dependencies [|uid]: Print dependencies of boot sequence apps. - reload [|uid] : Reload the boot squence app's information. -- 2.7.4