Skip to content

Commit

Permalink
tools/power turbostat: alphabetize the help output
Browse files Browse the repository at this point in the history
Sort the command line arguments output of help() in
alphabetical order in line with other linux tools.

Signed-off-by: Nathan Ciobanu <nathan.d.ciobanu@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Nathan Ciobanu authored and Len Brown committed Jun 20, 2018
1 parent 42dd452 commit 2ee19bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/power/x86/turbostat/turbostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 2ee19bd

Please sign in to comment.