diff --git a/docs/content/configuration/command-line-flags.md b/docs/content/configuration/command-line-flags.md index f2356af9..6bf0abea 100644 --- a/docs/content/configuration/command-line-flags.md +++ b/docs/content/configuration/command-line-flags.md @@ -21,7 +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 (not available on windows). | +| `--enable_cache_memory` | Enable collecting and displaying cache and buffer memory (not available on Windows). | | `-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. | diff --git a/docs/content/configuration/config-file/flags.md b/docs/content/configuration/config-file/flags.md index 704edb89..b3a6362c 100644 --- a/docs/content/configuration/config-file/flags.md +++ b/docs/content/configuration/config-file/flags.md @@ -29,7 +29,7 @@ each time: | `default_widget_count` | Unsigned Int (represents which `default_widget_type`) | Sets the n'th selected widget type as the default. | | `disable_click` | Boolean | Disables mouse clicks. | | `color` | String (one of ["default", "default-light", "gruvbox", "gruvbox-light", "nord", "nord-light"]) | Use a color scheme, use --help for supported values. | -| `enable_cache_memory` | Boolean | Enable collecting and displaying cache and buffer memory (not available on windows). | +| `enable_cache_memory` | Boolean | Enable collecting and displaying cache and buffer memory (not available on Windows). | | `mem_as_value` | Boolean | Defaults to showing process memory usage by value. | | `tree` | Boolean | Defaults to showing the process widget in tree mode. | | `show_table_scroll_position` | Boolean | Shows the scroll position tracker in table widgets. |