Pārlūkot izejas kodu

Update README.md

Qndre 3 gadi atpakaļ
vecāks
revīzija
1e8ecacce6
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -87,10 +87,10 @@ job-ID  prior   name       user         state submit/start at     queue
 qstat -j <job-ID>
 ```
 
-### qsub
-Submit a job to the scheduler with qsub
+### qsdel
+Delete a job to the scheduler with qdel
 ```bash
-qsub /path/to/submission/script.sh
+qdel /path/to/submission/script.sh
 ```
 
 ## Serial Job Script Example