summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-08-03 15:27:03 +0200
committerUltrabug <ultrabug@gentoo.org>2015-08-03 15:27:03 +0200
commitd5849252466a1fa18752f791fcc74c37c4804c70 (patch)
tree27e33b52af7bf9babdc7e8bdffff4eaf83bfc1e6
parentce1f8b874a10dff154226457e573a87fba01f2cf (diff)
netdata module: fix incorrect docstring
-rw-r--r--py3status/modules/netdata.py2
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)