Commit 2ee19bde authored by Nathan Ciobanu's avatar Nathan Ciobanu Committed by Len Brown

tools/power turbostat: alphabetize the help output

Sort the command line arguments output of help() in
alphabetical order in line with other linux tools.
Signed-off-by: default avatarNathan Ciobanu <nathan.d.ciobanu@linux.intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 42dd4520
......@@ -528,12 +528,12 @@ void help(void)
" eg. --add msr0x10,u64,cpu,delta,MY_TSC\n"
"--cpu cpu-set limit output to summary plus cpu-set:\n"
" {core | package | j,k,l..m,n-p }\n"
"--quiet skip decoding system configuration header\n"
"--interval sec.subsec Override default 5-second measurement interval\n"
"--help print this help message\n"
"--list list column headers only\n"
"--num_iterations num number of the measurement iterations\n"
"--out file create or truncate \"file\" for all output\n"
"--quiet skip decoding system configuration header\n"
"--help print this help message\n"
"--version print version information\n"
"\n"
"For more help, run \"man turbostat\"\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment