From 185c874933024af49b7264ebdc13c114a8285e56 Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Wed, 9 Nov 2011 18:23:42 +0100
Subject: [PATCH] ENH: update description

---
 Applications/Util/otbConcatenateVectorData.cxx | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Applications/Util/otbConcatenateVectorData.cxx b/Applications/Util/otbConcatenateVectorData.cxx
index 8defb8383d..e57c64deee 100644
--- a/Applications/Util/otbConcatenateVectorData.cxx
+++ b/Applications/Util/otbConcatenateVectorData.cxx
@@ -49,15 +49,15 @@ private:
     SetName("ConcatenateVectorData");
     SetDescription("Concatenate VectorDatas");
 
-//     SetDocName("Rescale Image Application");
-//     SetDocLongDescription("This application scale the given image pixel intensity between two given values. "
-//                           "By default min (resp. max) value is set to 0 (resp. 255).");
-//     SetDocLimitations("None");
-//     SetDocAuthors("OTB-Team");
-//     SetDocSeeAlso(" ");
-//     SetDocCLExample("otbApplicationLauncherCommandLine Rescale ${OTB-BIN}/bin"
-//                     " --in ${OTB-DATA}/Input/poupees.tif --out rescaledImage.tif --outmin 20 --outmax 150");
-//     AddDocTag("Image Manipulation");
+    SetDocName("Concatenate Application");
+    SetDocLongDescription("This application concatenate a list of VectorData to produce a unique VectorData as output"
+                          "Note that the VectorDatas must be of the same type (Storing polygons only, lines only, or points only)");
+    SetDocLimitations("None");
+    SetDocAuthors("OTB-Team");
+    SetDocSeeAlso(" ");
+    SetDocCLExample("otbApplicationLauncherCommandLine ConcatenateVectorData ${OTB-BIN}/bin"
+                    " --vd --out ConcatenatedVectorData.shp");
+    AddDocTag("Vector Data Manipulation");
   }
 
   virtual ~ConcatenateVectorData()
-- 
GitLab