diff --git a/DaVinciSys/scripts/davinci b/DaVinciSys/scripts/davinci
index f01249e3eb71912ca0668939454561d2eb29c1b5..b43dfc14efa1db3862fcc8b76c615af0585715a3 100755
--- a/DaVinciSys/scripts/davinci
+++ b/DaVinciSys/scripts/davinci
@@ -127,8 +127,8 @@ def run_job(configurables, export=None, with_defaults=False, dry_run=None):
 
 inputfiledb_helper = "TestFileDB-like file containing job input and conditions information (.yaml). Takes the pair of values 'filedb-key', 'filedb-path'." \
                       "If you want to use the standard TestFileDB set 'filedb-path' = '-'.\n" \
-                      "E.g. for a local DB:\n./run davinci [command] --inputfiledb Upgrade_Bd2KstarMuMu_ldst\n 
-                       Phys/DaVinci/options/DaVinciDB-Example.yaml.\n" \
+                      "E.g. for a local DB:\n./run davinci [command] --inputfiledb Upgrade_Bd2KstarMuMu_ldst\n" \
+                      "Phys/DaVinci/options/DaVinciDB-Example.yaml.\n" \
                       "E.g. for TestFileDB:\n./run davinci [command] --inputfiledb Upgrade_Bd2KstarMuMu -"
 joboptfile_helper = "Option file containing the job information (.yaml, .py)"
 simplejob_helper = "Option for running a simple DaVinci job without any specific configuration (.py)."