diff options
| author | 2017-08-15 19:19:41 +0000 | |
|---|---|---|
| committer | 2017-08-15 19:19:41 +0000 | |
| commit | 17f20b035bd747275ff9c098ebab4054a20a4397 (patch) | |
| tree | 187b36891ea994dc495c2f9c7ae24eee368a51fd | |
| parent | 3c4f8434fa5f719e465c88b23a0cc6cb7697e0ea (diff) | |
| parent | 87ffcc425e479acf233996e8383890507c60bc49 (diff) | |
Merge "lshal: add help message for --neat"
am: 87ffcc425e
Change-Id: I16e4377a30f266c1d2ca4993184f2cbe62775de6
| -rw-r--r-- | cmds/lshal/Lshal.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmds/lshal/Lshal.cpp b/cmds/lshal/Lshal.cpp index e2d5f6df0a..0d4a1d193a 100644 --- a/cmds/lshal/Lshal.cpp +++ b/cmds/lshal/Lshal.cpp @@ -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 = |