File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tools/power/x86/intel-speed-select Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2126,7 +2126,7 @@ static void set_fact_enable(int arg)
2126
2126
fprintf (stderr ,
2127
2127
"Enable Intel Speed Select Technology Turbo frequency feature\n" );
2128
2128
fprintf (stderr ,
2129
- "Optional: -t|--trl : Specify turbo ratio limit\n" );
2129
+ "Optional: -t|--trl : Specify turbo ratio limit in hex starting with 0x \n" );
2130
2130
fprintf (stderr ,
2131
2131
"\tOptional Arguments: -a|--auto : Designate specified target CPUs with" );
2132
2132
fprintf (stderr ,
@@ -2135,7 +2135,7 @@ static void set_fact_enable(int arg)
2135
2135
fprintf (stderr ,
2136
2136
"Disable Intel Speed Select Technology turbo frequency feature\n" );
2137
2137
fprintf (stderr ,
2138
- "Optional: -t|--trl : Specify turbo ratio limit\n" );
2138
+ "Optional: -t|--trl : Specify turbo ratio limit in hex starting with 0x \n" );
2139
2139
fprintf (stderr ,
2140
2140
"\tOptional Arguments: -a|--auto : Also disable core-power associations\n" );
2141
2141
}
@@ -2597,7 +2597,7 @@ static void process_trl(int arg)
2597
2597
if (cmd_help ) {
2598
2598
if (arg ) {
2599
2599
fprintf (stderr , "Set TRL (turbo ratio limits)\n" );
2600
- fprintf (stderr , "\t t|--trl: Specify turbo ratio limit for setting TRL\n" );
2600
+ fprintf (stderr , "\t t|--trl: Specify turbo ratio limit for setting TRL in hex starting with 0x \n" );
2601
2601
} else {
2602
2602
fprintf (stderr , "Get TRL (turbo ratio limits)\n" );
2603
2603
}
You can’t perform that action at this time.
0 commit comments