From a3541c93504fada6f2d4fb807adc6319da68d9a4 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 11 Jan 2024 02:14:05 -0500 Subject: [PATCH] docs: use consistent wording around command-line options (#1378) * docs: use consistent wording around command-line options * fix missing code blocks --- README.md | 2 +- .../configuration/command-line-options.md | 120 +++++++++--------- docs/content/usage/general-usage.md | 2 +- sample_configs/default_config.toml | 2 +- src/constants.rs | 4 +- 5 files changed, 65 insertions(+), 65 deletions(-) diff --git a/README.md b/README.md index 071d76a4..10e9b5bb 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ As (yet another) process/system visualization and management application, bottom - [Cross-platform support](https://github.com/ClementTsang/bottom#support) for Linux, macOS, and Windows, with more planned in the future. -- [Customizable behaviour](https://clementtsang.github.io/bottom/nightly/configuration/command-line-options/) that can be controlled with command-line flags or a config file, such as: +- [Customizable behaviour](https://clementtsang.github.io/bottom/nightly/configuration/command-line-options/) that can be controlled with command-line options or a config file, such as: - Custom and built-in colour themes - Customizing widget behaviour diff --git a/docs/content/configuration/command-line-options.md b/docs/content/configuration/command-line-options.md index 2f3a2fd9..2ce134b4 100644 --- a/docs/content/configuration/command-line-options.md +++ b/docs/content/configuration/command-line-options.md @@ -5,90 +5,90 @@ see information on these options by running `btm -h`, or run `btm --help` to dis ## General Options -| Option | Behaviour | -| ----------------------------------- | --------------------------------------------------- | -| --autohide_time | Temporarily shows the time scale in graphs. | -| -b, --basic | Hides graphs and uses a more basic look. | -| -C, --config | Sets the location of the config file. | -| -t, --default_time_value