Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -68,7 +68,7 @@ Display the jobs in the waiting queue: ...@@ -68,7 +68,7 @@ Display the jobs in the waiting queue:
``` ```
squeue squeue
``` ```
Display the jobs of user *username* in the waiting queue: Display the jobs of user `username` in the waiting queue:
``` ```
squeue -u username squeue -u username
``` ```
... ...
......