From d64ba89b2ae8fcc8aedf8907bdadc4a39a8457b8 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 12 Jul 2019 15:59:31 -0700 Subject: lshal: explain VINTF 'X' value in help Bug: N/A Test: manual Change-Id: I0ee79ad300d63842613e79773a581cfce67986a7 --- cmds/lshal/ListCommand.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmds/lshal/ListCommand.cpp b/cmds/lshal/ListCommand.cpp index c706d911ec..ad7e4c490f 100644 --- a/cmds/lshal/ListCommand.cpp +++ b/cmds/lshal/ListCommand.cpp @@ -975,7 +975,8 @@ void ListCommand::registerAllOptions() { " - DM: if the HAL is in the device manifest\n" " - DC: if the HAL is in the device compatibility matrix\n" " - FM: if the HAL is in the framework manifest\n" - " - FC: if the HAL is in the framework compatibility matrix"}); + " - FC: if the HAL is in the framework compatibility matrix\n" + " - X: if the HAL is in none of the above lists"}); mOptions.push_back({'S', "service-status", no_argument, v++, [](ListCommand* thiz, const char*) { thiz->mSelectedColumns.push_back(TableColumnType::SERVICE_STATUS); return OK; -- cgit v1.2.3-59-g8ed1b