diff --git a/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx b/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx
index 74c776380f165f623988be42b3a9dd30987c1c7d..a145e5c955d2a5d370f75d46cebd0421ffc3f8f0 100644
--- a/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx
+++ b/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx
@@ -56,8 +56,8 @@ private:
         "3) SampleSelection : select the samples by constant strategy in the shapefile "
             "(1000000 samples max),\n"
         "4) SamplesExtraction : extract the samples descriptors (update of SampleSelection output file),\n"
-        "5) TrainVectorClassifier : train the SharkKMeans model,\n"
-        "6) ComputeImagesStatistics : compute images second order statistics,\n"
+        "5) ComputeImagesStatistics : compute images second order statistics,\n"
+        "6) TrainVectorClassifier : train the SharkKMeans model,\n"
         "7) ImageClassifier : performs the classification of the input image "
             "according to a model file.\n\n"
         "It's possible to choice random/periodic modes of the SampleSelection application.\n"