diff options
author | Nathan Ciobanu <nathan.d.ciobanu@linux.intel.com> | 2018-06-13 22:51:32 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2018-06-20 13:55:04 -0400 |
commit | 2ee19bdea1bbc04a06606b5c9681a07d005ecbaf (patch) | |
tree | fdf0eb6662bedf3da7c736b6ec3ac4f213253c28 /tools | |
parent | 42dd45209201edb222de5f9eadc1c8f93700ef28 (diff) |
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: Nathan Ciobanu <nathan.d.ciobanu@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 97cc00a9c763..d33b655299ba 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c | |||
@@ -528,12 +528,12 @@ void help(void) | |||
528 | " eg. --add msr0x10,u64,cpu,delta,MY_TSC\n" | 528 | " eg. --add msr0x10,u64,cpu,delta,MY_TSC\n" |
529 | "--cpu cpu-set limit output to summary plus cpu-set:\n" | 529 | "--cpu cpu-set limit output to summary plus cpu-set:\n" |
530 | " {core | package | j,k,l..m,n-p }\n" | 530 | " {core | package | j,k,l..m,n-p }\n" |
531 | "--quiet skip decoding system configuration header\n" | ||
532 | "--interval sec.subsec Override default 5-second measurement interval\n" | 531 | "--interval sec.subsec Override default 5-second measurement interval\n" |
533 | "--help print this help message\n" | ||
534 | "--list list column headers only\n" | 532 | "--list list column headers only\n" |
535 | "--num_iterations num number of the measurement iterations\n" | 533 | "--num_iterations num number of the measurement iterations\n" |
536 | "--out file create or truncate \"file\" for all output\n" | 534 | "--out file create or truncate \"file\" for all output\n" |
535 | "--quiet skip decoding system configuration header\n" | ||
536 | "--help print this help message\n" | ||
537 | "--version print version information\n" | 537 | "--version print version information\n" |
538 | "\n" | 538 | "\n" |
539 | "For more help, run \"man turbostat\"\n"); | 539 | "For more help, run \"man turbostat\"\n"); |