diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/checkpoint_restart.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/checkpoint_restart.md
index 19536fffd2e6f03036d10eb6034f7e4794b2822b..2c9115354e25f34db277b79054a4b28311ce8a9c 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/checkpoint_restart.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/checkpoint_restart.md
@@ -49,8 +49,8 @@ your batch script. In the case of MPI applications, you have to add the
 parameters `--ib --rm` and put it between srun and your application
 call, e.g.:
 
-```console
-marie@login$ srun dmtcp_launch --ib --rm ./my-mpi-application
+```bash
+srun dmtcp_launch --ib --rm ./my-mpi-application
 ```
 
 !!! note