1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 08:35:31 +02:00

btop: add option placeholders (#17204)

This commit is contained in:
Machiavelli 2025-07-12 02:14:41 +03:00 committed by GitHub
parent cf86eeb1d5
commit 577eef80a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 16 deletions

View file

@ -10,16 +10,16 @@
- Inicia `btop` con la configuración especificada:
`btop --preset {{0..9}}`
`btop {{[-p|--preset]}} {{0..9}}`
- Inicia `btop` en modo TTY usando 16 colores y símbolos gráficos compatibles con TTY:
`btop --tty_on`
`btop {{[-t|--tty]}}`
- Inicia `btop` en modo 256 colores en lugar de 24 bits:
`btop --low-color`
`btop {{[-l|--low-color]}}`
- Establece la tasa de actualización a 500 milisegundos:
`btop --update 500`
`btop {{[-u|--update]}} 500`

View file

@ -10,4 +10,4 @@
- Démarre `btop` avec les réglages spécifiés :
`btop --preset {{0..9}}`
`btop {{[-p|--preset]}} {{0..9}}`

View file

@ -10,12 +10,12 @@
- 지정된 사전 설정으로 `btop`을 시작:
`btop --preset {{0..9}}`
`btop {{[-p|--preset]}} {{0..9}}`
- 16가지 색상과 TTY 친화적인 그래프 기호를 사용해, TTY 모드에서 `btop`을 시작:
`btop --tty_on`
`btop {{[-t|--tty]}}`
- 24비트 색상 모드 대신 256색 모드에서 `btop`을 시작:
`btop --low-color`
`btop {{[-l|--low-color]}}`

View file

@ -10,19 +10,19 @@
- 使用指定预设启动 `btop`:
`btop --preset {{0..9}}`
`btop {{[-p|--preset]}} {{0..9}}`
- 使用 16 种颜色和 TTY 友好的图形符号在 TTY 模式下启动 `btop`:
`btop --tty_on`
`btop {{[-t|--tty]}}`
- 在 256 色模式而不是 24 位颜色模式下启动 `btop`:
`btop --low-color`
`btop {{[-l|--low-color]}}`
- 设置更新速率为 500 毫秒:
`btop --update 500`
`btop {{[-u|--update]}} 500`
- 退出 `btop`

View file

@ -10,19 +10,19 @@
- 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`: