From 45a0eadfc4e0c43236e2995355a4142c9c12d423 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Tue, 15 Aug 2017 10:01:02 -0700 Subject: lshal: add help message for --neat Test: pass Bug: 38211518 Change-Id: If493c439f41a5a8576662ea23df688ece804f281 --- cmds/lshal/Lshal.cpp | 5 +++-- 1 file 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[=]]\n" - " [--debug|-d[=]]\n" + " [--debug|-d[=]] [--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=: form a skeleton HAL manifest to specified\n" + " --neat: output is machine parsable (no explanatory text)\n" + " --init-vintf[=]: form a skeleton HAL manifest to specified\n" " file, or stdout if no file specified.\n"; static const std::string debug = -- cgit v1.2.3-59-g8ed1b