From 15520430ef94af39fea661e82b4bbe7dc5d13094 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 15 Jun 2020 13:46:18 +0200
Subject: [PATCH] Update capacity-computing.md

---
 docs.it4i/general/capacity-computing.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md
index 2eb644feb..744991c0f 100644
--- a/docs.it4i/general/capacity-computing.md
+++ b/docs.it4i/general/capacity-computing.md
@@ -241,7 +241,7 @@ In this example, tasks from the tasklist are executed via the GNU parallel. The
 
 ### Submit the Job
 
-To submit the job, use the qsub command. The 101 task job of the [example above][7] may be submitted as follows:
+To submit the job, use the `qsub` command. The 101 task job of the [example above][7] may be submitted as follows:
 
 ```console
 $ qsub -N JOBNAME jobscript
@@ -326,7 +326,7 @@ When deciding these values, keep in mind the following guiding rules:
 
 ### Submit the Job Array (-J)
 
-To submit the job array, use the qsub -J command. The 992 task jobs of the [example above][8] may be submitted like this:
+To submit the job array, use the `qsub -J` command. The 992 task jobs of the [example above][8] may be submitted like this:
 
 ```console
 $ qsub -N JOBNAME -J 1-992:32 jobscript
-- 
GitLab