diff --git a/README.md b/README.md index a591e8f..4549ccb 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ background "./notify" "jobname" ``` All output of the script will be sent to the user or chat. To stop a background job use: ``` -stopback "jobname" +killback "jobname" ``` You can restart the last running background jobs, e.g. after a reboot, with the command: ```