lshal: explain VINTF 'X' value in help
Bug: N/A Test: manual Change-Id: I0ee79ad300d63842613e79773a581cfce67986a7
This commit is contained in:
parent
c08d593279
commit
d64ba89b2a
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue