mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-24 21:23:08 +00:00
docs: fix invalid flag in docs (#1523)
The docs set the colour theme as a config flag, but we moved colours to styles.theme so that's invalid.
This commit is contained in:
parent
163a8dc74a
commit
9364955bcd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ You can configure flags by putting them in `[flags]` table. Example:
|
|||
|
||||
```toml
|
||||
[flags]
|
||||
color = "nord-light"
|
||||
hide_avg_cpu = true
|
||||
```
|
||||
|
||||
Most of the [command line flags](../command-line-options.md) have config file equivalents to avoid having to type them out
|
||||
|
|
Loading…
Reference in a new issue