diff --git a/command_line/cadbiom_cmd/solution_search.py b/command_line/cadbiom_cmd/solution_search.py
index f9c77cff6460528a580e289358511bdaa7db5430..c2a4314755ad60048e7d1678e53b6e9221ee9586 100644
--- a/command_line/cadbiom_cmd/solution_search.py
+++ b/command_line/cadbiom_cmd/solution_search.py
@@ -175,7 +175,9 @@ def search_entry_point(
         less or equal the maxium of steps defined with the argument `steps`.
         If set to False: The solver will search all solutions with the minimum
         of steps found in the first returned solution.
-        Example:
+
+        :Example:
+
             all_macs = False, steps = 10;
             First solution found with 4 steps;
             The next solution will be searched with a maximum of 4 steps;