From 9a3ec438d866a9f801e42f5e0fd0bc25cf6a91bf Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Fri, 30 Oct 2020 11:31:56 +0900 Subject: [PATCH] updated readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f16b54b..fe978d3 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,10 @@ Env vars: TS_SAVELIST filename which will store the list, if the server dies. TS_SLOTS amount of jobs which can run at once, read on server start. Actions: - -K kill the task spooler server - -C clear the list of finished jobs - -l show the job list (default action) + -K kill the task spooler server. + -C clear the list of finished jobs. + -l show the job list (default action). + -R number of running jobs. -S [num] set the number of max simultanious jobs of the server. -t [id] tail -f the output of the job. Last run if not specified. -c [id] cat the output of the job. Last run if not specified.