summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-11-20 22:45:49 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2021-11-20 22:45:49 -0500
commitcc66f1fcaea6d31581efea7dfc1b0029e4754f49 (patch)
tree4d9c2f0a6d9ddaefd73e95caddfa9d356e173e89 /docs
parent5833cb8ad1f30d42efd9dc7f5f27bed35882bc95 (diff)
refactor: mostly add back tree mode for process
Mouse control on collapse is not working yet, need to do some work internally first.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/configuration/command-line-flags.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/content/configuration/command-line-flags.md b/docs/content/configuration/command-line-flags.md
index b5d6d3d3..25d0c1b8 100644
--- a/docs/content/configuration/command-line-flags.md
+++ b/docs/content/configuration/command-line-flags.md
@@ -17,8 +17,6 @@ The following flags can be provided to bottom in the command line to change the
| `-C, --config <CONFIG PATH>` | Sets the location of the config file. |
| `-u, --current_usage` | Sets process CPU% to be based on current CPU%. |
| `-t, --default_time_value <MS>` | Default time value for graphs in ms. |
-| `--default_widget_count <INT>` | Sets the n'th selected widget type as the default. |
-| `--default_widget_type <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. |
| `-m, --dot_marker` | Uses a dot marker for graphs. |