From 7c5d5a206b4a1864b9740b10f5c027152aa32c4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz>
Date: Tue, 18 Jul 2023 09:57:24 +0200
Subject: [PATCH] Update slurm-job-submission-and-execution.md

---
 docs.it4i/general/slurm-job-submission-and-execution.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs.it4i/general/slurm-job-submission-and-execution.md b/docs.it4i/general/slurm-job-submission-and-execution.md
index 431297478..91d4f3853 100644
--- a/docs.it4i/general/slurm-job-submission-and-execution.md
+++ b/docs.it4i/general/slurm-job-submission-and-execution.md
@@ -14,8 +14,10 @@ A `man` page exists for all Slurm commands, as well as `--help` command option,
 
 | Command | Explanation                                                                                                                 |
 | :-----: | :-------------------------------------------------------------------------------------------------------------------------- |
-| sinfo   | View information about nodes and partitions.                                                                                | squeue  | View information about jobs located in the scheduling queue.                                                               
+| sinfo   | View information about nodes and partitions.                                                                                |
+| squeue  | View information about jobs located in the scheduling queue.                                                                |
 | sacct   | Display accounting data for all jobs and job steps in the job accounting log or Slurm database.                             |
+|                                                                                                                                       |
 | salloc  | Obtain  a job allocation (a set of nodes), execute a command, and then release the allocation when the command is finished. |
 | sattach | Attach to a job step.                                                                                                       |
 | sbatch  | Submit a batch script to Slurm.                                                                                             |
-- 
GitLab