main.c
changeset 263 0d831e6cf8ef
parent 260 ecd09b351170
child 266 e35af91aa426
equal deleted inserted replaced
262:b23c426568d3 263:0d831e6cf8ef
   323     printf("  TS_SLOTS   amount of jobs which can run at once, read on server start.\n");
   323     printf("  TS_SLOTS   amount of jobs which can run at once, read on server start.\n");
   324     printf("Actions:\n");
   324     printf("Actions:\n");
   325     printf("  -K       kill the task spooler server\n");
   325     printf("  -K       kill the task spooler server\n");
   326     printf("  -C       clear the list of finished jobs\n");
   326     printf("  -C       clear the list of finished jobs\n");
   327     printf("  -l       show the job list (default action)\n");
   327     printf("  -l       show the job list (default action)\n");
   328     printf("  -S [num] get/set the number of max simultanious jobs of the server.\n");
   328     printf("  -S [num] get/set the number of max simultaneous jobs of the server.\n");
   329     printf("  -t [id]  \"tail -n 10 -f\" the output of the job. Last run if not specified.\n");
   329     printf("  -t [id]  \"tail -n 10 -f\" the output of the job. Last run if not specified.\n");
   330     printf("  -c [id]  like -t, but shows all the lines. Last run if not specified.\n");
   330     printf("  -c [id]  like -t, but shows all the lines. Last run if not specified.\n");
   331     printf("  -p [id]  show the pid of the job. Last run if not specified.\n");
   331     printf("  -p [id]  show the pid of the job. Last run if not specified.\n");
   332     printf("  -o [id]  show the output file. Of last job run, if not specified.\n");
   332     printf("  -o [id]  show the output file. Of last job run, if not specified.\n");
   333     printf("  -i [id]  show job information. Of last job run, if not specified.\n");
   333     printf("  -i [id]  show job information. Of last job run, if not specified.\n");