summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2020-04-19 17:45:32 -0400
committerClementTsang <clementjhtsang@gmail.com>2020-04-19 17:45:32 -0400
commitf334a72fb15bfef8c8f68d8317aa14f52e360c84 (patch)
tree23e59359b553bbfc82cff28f55f1d1fbc30f1821 /README.md
parentb42583e04cee1d6a6bc67fa30c4b0777e1333f0a (diff)
Made table gap optional rather than enforced
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 904adf5c..6e0bd033 100644
--- a/README.md
+++ b/README.md
@@ -140,6 +140,8 @@ Run using `btm`.
-R, --regex Search defaults to using regex
-s, --show_disabled_data Shows disabled CPU entries in the CPU legend
-b, --basic Enables basic mode, removing charts and condensing data
+ --use_old_network_legend Use the older (pre-0.4) network legend which is separate from the network chart
+ --hide_table_gap Hides the spacing between table headers and data
```
### Options
@@ -287,6 +289,8 @@ These are the following supported flag config values:
| `regex` | Boolean |
| `show_disabled_data` | Boolean |
| `basic` | Boolean |
+| `hide_table_count`| Boolean |
+| `use_old_network_legend`| Boolean |
| `rate` | Unsigned Int (represents milliseconds) |
| `default_time_value` | Unsigned Int (represents milliseconds) |
| `time_delta` | Unsigned Int (represents milliseconds) |