[skip travis] Fix typo

This commit is contained in:
ClementTsang 2019-12-25 19:00:24 -05:00
parent 76189efee4
commit 483d338493

View file

@ -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