Update home authored by van Vliet's avatar van Vliet
...@@ -835,7 +835,7 @@ echo "Program finished with exit code $? at: `date`" ...@@ -835,7 +835,7 @@ echo "Program finished with exit code $? at: `date`"
### scancel ### scancel
With the scancel command you can cancel your running job or your scheduled job: With the **scancel** command you can cancel your running job or your scheduled job:
- scancel jobid - scancel jobid
where the jobid is your job identifier. where the jobid is your job identifier.
... ...
......