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

Commit 77beeeda authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "lshal: add help message for --neat" am: 87ffcc42 am: 17f20b03 am: 4a9b6d95

am: 07ea1d7d

Change-Id: I4e2cf3f53e438ee68b0dde875d609116a7b71ff3
parents 7c471638 07ea1d7d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ void Lshal::usage(const std::string &command) const {
            "    lshal [list] [--interface|-i] [--transport|-t] [-r|--arch] [-e|--threads]\n"
            "            [--pid|-p] [--address|-a] [--clients|-c] [--cmdline|-m]\n"
            "            [--sort={interface|i|pid|p}] [--init-vintf[=<output file>]]\n"
            "            [--debug|-d[=<output file>]]\n"
            "            [--debug|-d[=<output file>]] [--neat]\n"
            "        -i, --interface: print the interface name column\n"
            "        -n, --instance: print the instance name column\n"
            "        -t, --transport: print the transport mode column\n"
@@ -84,7 +84,8 @@ void Lshal::usage(const std::string &command) const {
            "                IBase::debug with empty options\n"
            "        --sort=i, --sort=interface: sort by interface name\n"
            "        --sort=p, --sort=pid: sort by server pid\n"
            "        --init-vintf=<output file>: form a skeleton HAL manifest to specified\n"
            "        --neat: output is machine parsable (no explanatory text)\n"
            "        --init-vintf[=<output file>]: form a skeleton HAL manifest to specified\n"
            "                      file, or stdout if no file specified.\n";

    static const std::string debug =