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

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/28/head
Stefan Breunig 2024-05-04 17:56:47 +02:00 committed by GitHub
parent 5fc58f78fc
commit 3a575ec652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@
- 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}}`