diff --git a/bob/devtools/scripts/graph.py b/bob/devtools/scripts/graph.py
index 65b5e198b9afe56a2707abc97ec2242cfdfe7e5b..12f654bf43a7be771c41e0f558a31d669d2f6f0f 100644
--- a/bob/devtools/scripts/graph.py
+++ b/bob/devtools/scripts/graph.py
@@ -36,9 +36,11 @@ Examples:
 
      $ bdt gitlab graph bob/bob.blitz --deptypes=run
 
+\b
   3. Calculates run and test dependencies of package, but only draws a subset
      defined by a regular expression
 
+\b
      $ bdt gitlab graph beat/beat.editor --deptypes=run --deptypes=test --whitelist='^beat\.(editor|cmdline).*$'
 
 """