diff --git a/docs.it4i/software/debuggers/total-view.md b/docs.it4i/software/debuggers/total-view.md
index 3f06d86e20cb60b5090f6fdbf3718046f9650516..2555cf5c6c6a009fcf50783f3bb455b8e9aaa296 100644
--- a/docs.it4i/software/debuggers/total-view.md
+++ b/docs.it4i/software/debuggers/total-view.md
@@ -1,6 +1,3 @@
-!!!warning
-    This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
-
 # TotalView
 
 ## Introduction
@@ -77,10 +74,10 @@ local $ssh -X username@login1.karolina.it4i.cz
 
 Another option is to access the login node using VNC.
 
-From the login node an interactive session with X windows forwarding (`-X` option) can be started by the following command:
+From the login node an interactive session with X windows forwarding (`--x11` option) can be started by the following command:
 
 ```console
-$ qsub -I -X -A NONE-0-0 -q qexp -l select=1:ncpus=128:mpiprocs=128,walltime=01:00:00
+$ salloc -A PROJECT_ID -p qcpu --nodes=1 --ntasks-per-node=128 --cpus-per-task=1 --time=01:00:00 --x11
 ```
 
 Then launch the debugger with the totalview command followed by the name of the executable to debug.