diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-08-03 15:27:03 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-08-03 15:27:03 +0200 |
| commit | d5849252466a1fa18752f791fcc74c37c4804c70 (patch) | |
| tree | 27e33b52af7bf9babdc7e8bdffff4eaf83bfc1e6 | |
| parent | ce1f8b874a10dff154226457e573a87fba01f2cf (diff) | |
netdata module: fix incorrect docstring
| -rw-r--r-- | py3status/modules/netdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/modules/netdata.py b/py3status/modules/netdata.py index 75495ea..c537dbb 100644 --- a/py3status/modules/netdata.py +++ b/py3status/modules/netdata.py @@ -3,7 +3,7 @@ Display network speed and bandwidth usage. Configuration parameters: - - cache_timeout : 0 by default, you usually want continuous monitoring + - cache_timeout : how often we refresh this module in seconds (2s default) - low_* / med_* : coloration thresholds - nic : the network interface to monitor (defaults to eth0) |
