diff --git a/Applications/Segmentation/otbMeanShiftSegmentation.cxx b/Applications/Segmentation/otbMeanShiftSegmentation.cxx
index 12784daa33157d4df3ace3ddd84f3de8dbf173ac..c72f8b6e913b9a0191784d66661ea85036c1f145 100644
--- a/Applications/Segmentation/otbMeanShiftSegmentation.cxx
+++ b/Applications/Segmentation/otbMeanShiftSegmentation.cxx
@@ -51,7 +51,7 @@ private:
     // Documentation
     SetDocName("Mean Shift segmentation");
     SetDocLongDescription("This application performs mean shift clustering.");
-    SetDocLimitations("None");
+    SetDocLimitations("This application relies on old mean shift implementation (EDISON), which is going to be replaced by new one.");
     SetDocAuthors("OTB-Team");
     SetDocSeeAlso(" ");