From 706779ee09f800b1bb84c7bd6724285529793960 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Fri, 22 Feb 2019 16:10:44 +0100 Subject: [PATCH] Fix #1398 --- apps/vmware/connector/mode/datastoreusage.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/vmware/connector/mode/datastoreusage.pm b/apps/vmware/connector/mode/datastoreusage.pm index ba9d3b02b..7f6312e45 100644 --- a/apps/vmware/connector/mode/datastoreusage.pm +++ b/apps/vmware/connector/mode/datastoreusage.pm @@ -278,12 +278,12 @@ Can used special variables like: %{accessible} =item B<--warning-*> Threshold warning. -Can be: 'total', 'snapshot'. +Can be: 'usage', 'provisioned'. =item B<--critical-*> Threshold critical. -Can be: 'total', 'snapshot'. +Can be: 'usage', 'provisioned'. =back