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 38d6686d7a655c1c5d7161d6607be9d6f55d8b5c..96a2deac564be7969cf322dfc99e51990e7204e4 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
@@ -63,8 +63,8 @@ To use it, first add a `dmtcp_launch` before your application call in your batch
 of MPI applications, you have to add the parameters `--ib --rm` and put it between `srun` and your
 application call, e.g.:
 
-```bash
-srun dmtcp_launch --ib --rm ./my-mpi-application
+```console
+marie@login$ srun dmtcp_launch --ib --rm ./my-mpi-application
 ```
 
 !!! note