From f46db2b02136e4649822d44862c07ca9dd0b1f64 Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:48:24 -0800 Subject: [PATCH] btop: add `--update` example (#15165) Co-authored-by: Wiktor Perskawiec --- pages/common/btop.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/btop.md b/pages/common/btop.md index dc88df5476..5669d2d64d 100644 --- a/pages/common/btop.md +++ b/pages/common/btop.md @@ -19,3 +19,7 @@ - Start `btop` in 256-color mode instead of 24-bit color mode: `btop --low-color` + +- Set the update rate to 500 milliseconds: + +`btop --update 500`