From fd0a09945b728536ae0c7bbca2fa3a3d1037d5ca Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 7 Jul 2017 08:49:31 +0200 Subject: [PATCH] [module/memory] Fix parameter prefix in doc --- bumblebee/modules/memory.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bumblebee/modules/memory.py b/bumblebee/modules/memory.py index ec55c8d..9f38624 100644 --- a/bumblebee/modules/memory.py +++ b/bumblebee/modules/memory.py @@ -3,9 +3,9 @@ """Displays available RAM, total amount of RAM and percentage available. Parameters: - * ram.warning : Warning threshold in % of memory used (defaults to 80%) - * ram.critical: Critical threshold in % of memory used (defaults to 90%) - * ram.usedonly: Only show the amount of RAM in use. + * memory.warning : Warning threshold in % of memory used (defaults to 80%) + * memory.critical: Critical threshold in % of memory used (defaults to 90%) + * memory.usedonly: Only show the amount of RAM in use. """ try: