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. |