From dfb5bfe71ca23e3279579ccf50b07c321b11f148 Mon Sep 17 00:00:00 2001 From: yashar-sb-sb Date: Thu, 9 Mar 2017 22:51:28 +0330 Subject: [PATCH] Update comment Re-add the comment which was deleted by mistake. --- bumblebee/modules/disk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bumblebee/modules/disk.py b/bumblebee/modules/disk.py index 3949956..73ca54c 100644 --- a/bumblebee/modules/disk.py +++ b/bumblebee/modules/disk.py @@ -1,6 +1,7 @@ # pylint: disable=C0111,R0903 """Shows free diskspace, total diskspace and the percentage of free disk space. +- Parameters: * disk.warning: Warning threshold in % of disk space (defaults to 80%) * disk.critical: Critical threshold in % of disk space (defaults ot 90%)