summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2019-07-15 20:03:35 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-07-15 20:03:35 +0000
commitfaefe359e4469f2d075ebca6498e05cbd59f8ef6 (patch)
tree3bc9e1cf0df39a7b019d496fd8961b4387b3747d
parentd177c9bb20783ca6d0029ce014817abb08f223f0 (diff)
parentd64ba89b2ae8fcc8aedf8907bdadc4a39a8457b8 (diff)
Merge "lshal: explain VINTF 'X' value in help"
-rw-r--r--cmds/lshal/ListCommand.cpp3
1 files changed, 2 insertions, 1 deletions
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;