From 019f22c57c8ae3167781ca59b7ccda7d972871bb Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Mon, 10 Dec 2018 11:38:59 +0100
Subject: [PATCH] DOC: fix rst warning in DynamicConvert

---
 .../Applications/AppImageUtils/app/otbDynamicConvert.cxx    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx b/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx
index 8612c7c41e..9b5a06524f 100644
--- a/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx
+++ b/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx
@@ -104,9 +104,9 @@ private:
       "less easy to handle. To do this, a 'channels' parameter allows you to "
       "select the desired bands at the output. There are 3 modes, the "
       "available choices are: \n"
-      " * **All**: keep all bands.\n"
-      " * **Grayscale**: to display mono image as standard color image \n"
-      " * **RGB**: select 3 bands in the input image (multi-bands) \n"
+      "* **All**: keep all bands.\n"
+      "* **Grayscale**: to display mono image as standard color image \n"
+      "* **RGB**: select 3 bands in the input image (multi-bands) \n"
     );
     SetDocLimitations("The application does not support complex pixel types as output.");
     SetDocAuthors("OTB-Team");
-- 
GitLab