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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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");