Fix grammar
This commit is contained in:
parent
a1e8d4183e
commit
188ac786aa
|
@ -16,9 +16,10 @@ Replacing the folder as needed.
|
||||||
Lets you set the TDP using `intel_rapl`. Tested on Ubuntu 21.04.
|
Lets you set the TDP using `intel_rapl`. Tested on Ubuntu 21.04.
|
||||||
Also supports shortened commands for minimal typing on the mediocre keyboard.
|
Also supports shortened commands for minimal typing on the mediocre keyboard.
|
||||||
|
|
||||||
PL1 is set to number provided, PL2 is set 2W higher, maybe PL2 will be customizable in the future.
|
PL1 is set to number provided, PL2 is set 2W higher, maybe PL2 will be customizable in the future.
|
||||||
|
You will have to enter your sudo password when changing TDP.
|
||||||
|
|
||||||
For details of how to use, run `tdp help`.
|
For details on how to use, run `tdp help`.
|
||||||
|
|
||||||
Common examples:
|
Common examples:
|
||||||
|
|
||||||
|
@ -29,13 +30,13 @@ tdp check
|
||||||
# Set TDP to 8W
|
# Set TDP to 8W
|
||||||
tdp set 8
|
tdp set 8
|
||||||
|
|
||||||
# Set TDP to 8W (But shorter)
|
# Set TDP to 8W (Shortened)
|
||||||
tdp s 8
|
tdp s 8
|
||||||
|
|
||||||
# Check both PL1 and PL2
|
# Check both PL1 and PL2
|
||||||
tdp check --detail
|
tdp check --detail
|
||||||
|
|
||||||
# Check both PL1 and PL2 (But shorter)
|
# Check both PL1 and PL2 (Shortened)
|
||||||
tdp c -d
|
tdp c -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue