diff --git a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md
index 3028f2ae610d99f0124a06ce4ca0d2704f490f59..f6a9651f6c9a95c383ddfdb0d7c830f2ffdbb600 100644
--- a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md
+++ b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md
@@ -230,7 +230,7 @@ Allow incoming X11 graphics from the compute nodes at the login node:
 Get an interactive session on a compute node (for more detailed info [look here][4]). Forward X11 system using `--x11` option:
 
 ```console
-$ salloc -A PROJECT_ID -q qcpu --x11
+$ salloc -A PROJECT_ID -p qcpu --x11
 ```
 
 Test that the DISPLAY redirection into your VNC session works, by running an X11 application (e.g. XTerm, Intel Advisor, etc.) on the assigned compute node:
@@ -247,12 +247,12 @@ The example described above:
 
 For a [better performance][1] an SSH connection can be used.
 
-Open two Terminals  (_Applications -> System Tools -> Terminal_) as described before.
+Open two Terminals (_Applications -> System Tools -> Terminal_) as described before.
 
 Get an interactive session on a compute node (for more detailed info [look here][4]). Forward X11 system using `--x11` option:
 
 ```console
-$ salloc -A PROJECT_ID -q qcpu --x11
+$ salloc -A PROJECT_ID -p qcpu --x11
 ```
 
 In the second terminal connect to the assigned node and run the X11 application