summaryrefslogtreecommitdiff
path: root/libperfmgr
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2019-10-23 16:08:03 -0700
committerWei Wang <wvw@google.com>2019-10-23 16:08:46 -0700
commit644866dba6ad5b3b5eaac7c946eba712d4f215dd (patch)
tree46695771ff73c25d4d850e486706bb59c1fb85ac /libperfmgr
parent32019fae56b9a04174495cfbbbfcc29c597090c9 (diff)
downloadextras-644866dba6ad5b3b5eaac7c946eba712d4f215dd.tar.gz
Update help commands
Test: build Change-Id: I41b2e23d19c8e01927ae7e78585f19aedfd2a37a
Diffstat (limited to 'libperfmgr')
-rw-r--r--libperfmgr/tools/ConfigVerifier.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/libperfmgr/tools/ConfigVerifier.cc b/libperfmgr/tools/ConfigVerifier.cc
index e910cbed..a08fd006 100644
--- a/libperfmgr/tools/ConfigVerifier.cc
+++ b/libperfmgr/tools/ConfigVerifier.cc
@@ -84,10 +84,14 @@ static void printUsage(const char* exec_name) {
" [options]\n"
"\n"
"Options:\n"
- " --config [PATH], -c\n"
+ " --config, -c [PATH]\n"
" path to Json config file\n\n"
" --exec_hint, -e\n"
" do hints in Json config\n\n"
+ " --hint_name, -i\n"
+ " do only the specific hint\n\n"
+ " --hint_duration, -d [duration]\n"
+ " duration in ms for each hint\n\n"
" --help, -h\n"
" print this message\n\n"
" --verbose, -v\n"