summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-12-01 07:46:22 +0000
committerGitHub <noreply@github.com>2023-12-01 02:46:22 -0500
commit074b205a825c49280f7944efd9bf6f0af6d1155d (patch)
tree381335ca34550b492cec98697ed8c88e40125491 /docs
parent66b58e49d2ef6b6ed26523f6446b5d639a7b044f (diff)
other: change group -> group_processes for consistency between config and command-line args (#1344)
* other: change group -> group_processes to match config file name * update docs * update changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/content/configuration/command-line-flags.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/configuration/command-line-flags.md b/docs/content/configuration/command-line-flags.md
index 17f78f8a..e2ab53ae 100644
--- a/docs/content/configuration/command-line-flags.md
+++ b/docs/content/configuration/command-line-flags.md
@@ -23,7 +23,7 @@ see information on these flags by running `btm -h`, or run `btm --help` to displ
| --enable_gpu | Enable collecting and displaying GPU usage. |
| -e, --expanded | Expand the default widget upon starting the app. |
| -f, --fahrenheit | Sets the temperature type to Fahrenheit. |
-| -g, --group | Groups processes with the same name by default. |
+| -g, --group_processes | Groups processes with the same name by default. |
| -a, --hide_avg_cpu | Hides the average CPU usage. |
| --hide_table_gap | Hides spacing between table headers and entries. |
| --hide_time | Hides the time scale. |