mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 10:54:18 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,19 +15,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Start `btop` with the specified settings preset:
|
||||
|
||||
`btop --preset {{0..9}}`
|
||||
`btop {{[-p|--preset]}} {{0..9}}`
|
||||
|
||||
- Start `btop` in TTY mode using 16 colors and TTY-friendly graph symbols:
|
||||
|
||||
`btop --tty_on`
|
||||
`btop {{[-t|--tty]}}`
|
||||
|
||||
- Start `btop` in 256-color mode instead of 24-bit color mode:
|
||||
|
||||
`btop --low-color`
|
||||
`btop {{[-l|--low-color]}}`
|
||||
|
||||
- Set the update rate to 500 milliseconds:
|
||||
|
||||
`btop --update 500`
|
||||
`btop {{[-u|--update]}} 500`
|
||||
|
||||
- Exit `btop`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user