From 0842c56672fd0a42553aae6d15c8a0fa974fa97a Mon Sep 17 00:00:00 2001 From: Twan Stok Date: Sun, 19 Mar 2023 21:47:04 +0100 Subject: [PATCH] Added command line flag documentation --- docs/content/configuration/command-line-flags.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/configuration/command-line-flags.md b/docs/content/configuration/command-line-flags.md index 86fad044..f79712d5 100644 --- a/docs/content/configuration/command-line-flags.md +++ b/docs/content/configuration/command-line-flags.md @@ -7,7 +7,7 @@ The following flags can be provided to bottom in the command line to change the behaviour of the program (run `btm --help` for more information on each flag): | Flag | Behaviour | -| -------------------------------------------- | --------------------------------------------------------------- | +|----------------------------------------------|-----------------------------------------------------------------| | `--autohide_time` | Temporarily shows the time scale in graphs. | | `-b`, `--basic` | Hides graphs and uses a more basic look. | | `--battery` | Shows the battery widget. | @@ -21,6 +21,7 @@ The following flags can be provided to bottom in the command line to change the | `--default_widget_type ` | Sets the default widget type, use --help for more info. | | `--disable_advanced_kill` | Hides advanced options to stop a process on Unix-like systems. | | `--disable_click` | Disables mouse clicks. | +| `--enable_cache_memory` | Enable collecting and displaying cache and buffer memory. | | `-m`, `--dot_marker` | Uses a dot marker for graphs. | | `-f`, `--fahrenheit` | Sets the temperature type to Fahrenheit. | | `-g`, `--group` | Groups processes with the same name by default. |