mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-22 05:04:39 +02:00
Added command line flag documentation
This commit is contained in:
parent
09f30e68a8
commit
0842c56672
@ -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 <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. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user