chcpu: improve example descriptions (#12222)

pull/23/head
Vitor Henrique 2024-02-09 11:22:02 -03:00 committed by GitHub
parent b7ba524f2b
commit 9c497a9133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
> Enable/disable a system's CPUs.
> More information: <https://manned.org/chcpu>.
- Disable CPUs via a list of CPU ID numbers:
- Disable one or more CPUs by their IDs:
`chcpu -d {{1,3}}`
- Enable a set of CPUs via a range of CPU ID numbers:
- Enable one or more ranges of CPUs by their IDs:
`chcpu -e {{1-10}}`
`chcpu -e {{1-3,5-7}}`