Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa864577 authored by Yifan Hong's avatar Yifan Hong
Browse files

lshal: fix help message

Default options are incorrect. Should be `lshal list -liepc`.

Test: compare output of `lshal` and `lshal -liepc`

Change-Id: Ia5fa7452c5e770793ad89cdd9c29ef20af462887
parent 0a34c579
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1068,7 +1068,7 @@ void ListCommand::usage() const {
    err() << "list:" << std::endl
          << "    lshal" << std::endl
          << "    lshal list" << std::endl
          << "        List all hals with default ordering and columns (`lshal list -riepc`)" << std::endl
          << "        List all hals with default ordering and columns (`lshal list -liepc`)" << std::endl
          << "    lshal list [-h|--help]" << std::endl
          << "        -h, --help: Print help message for list (`lshal help list`)" << std::endl
          << "    lshal [list] [OPTIONS...]" << std::endl;