From 524da8ff7ad698419613d4c16f27cd9aac01418a Mon Sep 17 00:00:00 2001
From: Branislav Jansik <branislav.jansik@vsb.cz>
Date: Tue, 15 Apr 2025 17:10:00 +0200
Subject: [PATCH] Edit job-arrays.md

---
 docs.it4i/general/job-arrays.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/general/job-arrays.md b/docs.it4i/general/job-arrays.md
index 4031770d..ca224d19 100644
--- a/docs.it4i/general/job-arrays.md
+++ b/docs.it4i/general/job-arrays.md
@@ -74,18 +74,18 @@ Check status of the job array using the `squeue --me` command, alternatively `sq
 
 ```console
 $  squeue --me --long
-             JOBID PARTITION     NAME     USER    STATE       TIME TIME_LIMI  NODES NODELIST(REASON)
+          JOBID PARTITION     NAME   USER    STATE       TIME     TIME_LIMI  NODES NODELIST(REASON)
 2499924_[1-900]      qcpu  myarray   user  PENDING       0:00      02:00:00      1 (Resources)
 ```
 Check the status of the tasks using the `squeue` command.
 
 ```console
-$ squeue -j 2499924
-             JOBID PARTITION     NAME     USER    STATE       TIME TIME_LIMI  NODES NODELIST(REASON)
+$ squeue -j 2499924 --long
+    JOBID PARTITION     NAME   USER    STATE       TIME     TIME_LIMI  NODES NODELIST(REASON)
 2499924_1      qcpu  myarray   user  PENDING       0:00      02:00:00      1 (Resources)
      .             .        .      .             .    .   .     .    .   .    .
      .             .        .      .             .    .   .     .    .   .    .
-2499924_900      qcpu  myarray   user  PENDING       0:00      02:00:00      1 (Resources)
+2499924_900    qcpu  myarray   user  PENDING       0:00      02:00:00      1 (Resources)
 ```
 
 Delete the entire job array. Running tasks will be killed, queueing tasks will be deleted.
-- 
GitLab