From 4e9c53bba295858bfd2516e77e4dbb41ebe55d10 Mon Sep 17 00:00:00 2001
From: qgarnier <qgarnier@centreon.com>
Date: Fri, 29 Sep 2017 10:51:41 +0200
Subject: [PATCH] fix typo

---
 apps/backup/tsm/local/custom/api.pm   | 4 ++--
 apps/backup/tsm/local/mode/volumes.pm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/backup/tsm/local/custom/api.pm b/apps/backup/tsm/local/custom/api.pm
index 6a5e25fed..56919a8ca 100644
--- a/apps/backup/tsm/local/custom/api.pm
+++ b/apps/backup/tsm/local/custom/api.pm
@@ -203,11 +203,11 @@ Use 'sudo' to execute the command.
 
 =item B<--command>
 
-Command to get information. Used it you have output in a file.
+Specify command (default: 'dsmadmc').
 
 =item B<--command-path>
 
-Command path.
+Specify path (default: '/opt/tivoli/tsm/client/ba/bin')
 
 =item B<--command-options>
 
diff --git a/apps/backup/tsm/local/mode/volumes.pm b/apps/backup/tsm/local/mode/volumes.pm
index 81e0ebd18..b431db465 100644
--- a/apps/backup/tsm/local/mode/volumes.pm
+++ b/apps/backup/tsm/local/mode/volumes.pm
@@ -180,12 +180,12 @@ Filter by storage pool name.
 =item B<--warning-*>
 
 Set warning threshold. Can be : 'total', 'used', 
-online', offline', empty', pending', filling', full'.
+'online',' offline', 'empty', 'pending', 'filling', full'.
 
 =item B<--critical-*>
 
 Set critical threshold. Can be : 'total', 'used', 
-online', offline', empty', pending', filling', full'.
+'online', 'offline', empty', 'pending', 'filling', full'.
 
 =back