Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
- View the factors determining the specified job's scheduling priority:
`sprio --jobs={{job_id_1,job_id_2,...}}`
`sprio {{[-j|--jobs]}} {{job_id_1,job_id_2,...}}`
- Output additional information:
`sprio --long`
`sprio {{[-l|--long]}}`
- View information for the jobs of specified users:
`sprio --user={{user_name_1,user_name_2,...}}`
`sprio {{[-u|--user]}} {{user_name_1,user_name_2,...}}`
- Print the weights for each factor determining job scheduling priority:
`sprio --weights`
`sprio {{[-w|--weights]}}`