From 577eef80a8b326e11e26fbcb11980f594886bec1 Mon Sep 17 00:00:00 2001 From: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> Date: Sat, 12 Jul 2025 02:14:41 +0300 Subject: [PATCH] btop: add option placeholders (#17204) --- pages.es/common/btop.md | 8 ++++---- pages.fr/common/btop.md | 2 +- pages.ko/common/btop.md | 6 +++--- pages.zh/common/btop.md | 8 ++++---- pages/common/btop.md | 8 ++++---- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pages.es/common/btop.md b/pages.es/common/btop.md index 2f9afa1d1c..ba3770b325 100644 --- a/pages.es/common/btop.md +++ b/pages.es/common/btop.md @@ -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` diff --git a/pages.fr/common/btop.md b/pages.fr/common/btop.md index bf29a2bebf..818a3fb811 100644 --- a/pages.fr/common/btop.md +++ b/pages.fr/common/btop.md @@ -10,4 +10,4 @@ - Démarre `btop` avec les réglages spécifiés : -`btop --preset {{0..9}}` +`btop {{[-p|--preset]}} {{0..9}}` diff --git a/pages.ko/common/btop.md b/pages.ko/common/btop.md index 23cfcb8900..e53e7b04a0 100644 --- a/pages.ko/common/btop.md +++ b/pages.ko/common/btop.md @@ -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]}}` diff --git a/pages.zh/common/btop.md b/pages.zh/common/btop.md index eb6b7ce86e..8895bc3f8a 100644 --- a/pages.zh/common/btop.md +++ b/pages.zh/common/btop.md @@ -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`: diff --git a/pages/common/btop.md b/pages/common/btop.md index 71a397e478..86018d4123 100644 --- a/pages/common/btop.md +++ b/pages/common/btop.md @@ -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`: