summaryrefslogtreecommitdiff
path: root/libperfmgr/tools/ConfigVerifier.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libperfmgr/tools/ConfigVerifier.cc')
-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"