From b4297e8347a9e4d9685fcf2316e9c8964dd22874 Mon Sep 17 00:00:00 2001
From: remi cresson <remi.cresson@teledetection.fr>
Date: Thu, 3 Aug 2017 12:15:54 +0000
Subject: [PATCH] DOC: date format in application description

---
 app/otbClearCutsMultitemporalDetection.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/otbClearCutsMultitemporalDetection.cxx b/app/otbClearCutsMultitemporalDetection.cxx
index a0366ff..7d0ad1b 100644
--- a/app/otbClearCutsMultitemporalDetection.cxx
+++ b/app/otbClearCutsMultitemporalDetection.cxx
@@ -103,7 +103,7 @@ public:
     AddParameter(ParameterType_InputImageList, "il", "Input time series");
 
     // Input time series dates
-    AddParameter(ParameterType_StringList, "dates", "Input time series dates");
+    AddParameter(ParameterType_StringList, "dates", "Input time series dates (Must be dd/mm/yyyy format)");
 
     // Input (optional) masks
     AddParameter(ParameterType_Directory, "masksdir", "Vegetation masks directory");
-- 
GitLab