chrt: fix argument order when changing the scheduling policy (#12723)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Stefan Breunig
2024-05-04 17:56:47 +02:00
committed by GitHub
parent 5fc58f78fc
commit 3a575ec652

View File

@@ -17,4 +17,4 @@
- Set the scheduling policy for a process: - Set the scheduling policy for a process:
`chrt --pid {{PID}} --{{deadline|idle|batch|rr|fifo|other}}` `chrt --{{deadline|idle|batch|rr|fifo|other}} --pid {{priority}} {{PID}}`