diff --git a/HPC_setup/create_runscripts_HPC.sh b/HPC_setup/create_runscripts_HPC.sh
index 63c75ed5babe008c90dd9748f76fdd813966154e..7bf08a34c6285e31895d817735f319ddde5bfb04 100755
--- a/HPC_setup/create_runscripts_HPC.sh
+++ b/HPC_setup/create_runscripts_HPC.sh
@@ -119,14 +119,14 @@ fi
 
 echo "###################################################################################"
 echo "#   You have to run the the following command on a login node to download data:   #"
-echo "#                             \`python run_HPC.py'                                #"
+echo "#                              \`python run_HPC.py'                                #"
 echo "#                                                                                 #"
 
 echo "#   Please execute the following command to check if the setup went well:         #"
 if [[ ${hpcsys} = 'juwels' ]]; then
-  echo "#             \`sbatch run_juwels_develgpus.bash'                                 #"
+  echo "#                   \`sbatch run_juwels_develgpus.bash'                            #"
 else
-  echo "#             \`sbatch run_hdfml_batch.bash'                                      #"
+  echo "#                   \`sbatch run_hdfml_batch.bash'                                 #"
 fi
 
 echo "###################################################################################"