From 302b39c1c93bed13327c6f2c923de4c879a869e0 Mon Sep 17 00:00:00 2001 From: Sims24 Date: Mon, 20 Mar 2017 12:20:52 +0100 Subject: [PATCH] enhance help and fix copy/paste typo --- centreon-plugins/os/windows/snmp/mode/memory.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/centreon-plugins/os/windows/snmp/mode/memory.pm b/centreon-plugins/os/windows/snmp/mode/memory.pm index f70150baf..35012824b 100644 --- a/centreon-plugins/os/windows/snmp/mode/memory.pm +++ b/centreon-plugins/os/windows/snmp/mode/memory.pm @@ -182,20 +182,20 @@ Check memory usage =over 8 =item B<--units> + Units of thresholds (Default: '%') ('%', 'absolute'). =item B<--free> -Thresholds are on free tape left. -=item B<--warning-*> +Thresholds are on free space left. + +=item B<--warning-memory> Threshold warning. -Can be: 'memory'. -=item B<--critical-*> +=item B<--critical-memory> Threshold critical. -Can be: 'memory'. =back