mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
[skip travis] Fix typo
This commit is contained in:
parent
76189efee4
commit
483d338493
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Note that all options and keybindings on GitHub may reflect the current developm
|
|||
|
||||
- `-d`, `--debug` enables debug logging.
|
||||
|
||||
- `-r <RATE>`, `--rate <RATE>` will set the refresh rate in _milliseconds_. Lowest it can go is 250ms, the highest it can go is 2<sup>128 - 1</sup>. Defaults to 1000ms, and lower values may take more resources due to more frequent polling of data, and may be less accurate in some circumstances.
|
||||
- `-r <RATE>`, `--rate <RATE>` will set the refresh rate in _milliseconds_. Lowest it can go is 250ms, the highest it can go is 2<sup>128</sup> - 1. Defaults to 1000ms, and lower values may take more resources due to more frequent polling of data, and may be less accurate in some circumstances.
|
||||
|
||||
### Keybindings
|
||||
|
||||
|
|
Loading…
Reference in a new issue