Fix grammar
This commit is contained in:
parent
a1e8d4183e
commit
188ac786aa
|
@ -17,8 +17,9 @@ Lets you set the TDP using `intel_rapl`. Tested on Ubuntu 21.04.
|
|||
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.
|
||||
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:
|
||||
|
||||
|
@ -29,13 +30,13 @@ tdp check
|
|||
# Set TDP to 8W
|
||||
tdp set 8
|
||||
|
||||
# Set TDP to 8W (But shorter)
|
||||
# Set TDP to 8W (Shortened)
|
||||
tdp s 8
|
||||
|
||||
# Check both PL1 and PL2
|
||||
tdp check --detail
|
||||
|
||||
# Check both PL1 and PL2 (But shorter)
|
||||
# Check both PL1 and PL2 (Shortened)
|
||||
tdp c -d
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue