From c35713c9a7e18515df9b91427c1ace34fd6f48a7 Mon Sep 17 00:00:00 2001
From: Roman Sliva <roman.sliva@vsb.cz>
Date: Tue, 6 Dec 2022 11:49:23 +0100
Subject: [PATCH] Update job-scheduling.md

---
 docs.it4i/cs/job-scheduling.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md
index 8fb1fd15a..4e078ce01 100644
--- a/docs.it4i/cs/job-scheduling.md
+++ b/docs.it4i/cs/job-scheduling.md
@@ -206,7 +206,7 @@ sbatch -A PROJECT-ID -p p05-synt ./script.sh
 ## Features
 
 Nodes have feature tags assigned to them.
-Users can select nodes based on the feature tags using --constrain option.
+Users can select nodes based on the feature tags using --constraint option.
 
 | Feature | Description |
 | ------ | ------ |
@@ -238,7 +238,7 @@ p05-synt01       x86_64,amd,milan,ib,ht
 ```
 
 ```
-$ salloc -A SERVICE -p p02-intel --constrain noht
+$ salloc -A SERVICE -p p02-intel --constraint noht
 ```
 
 ```
-- 
GitLab