Taking the feedback from Jan Šmydke, about missing information in -h.
authorviric <viriketo@gmail.com>
Sat, 19 Nov 2011 10:06:33 +0100
changeset 308 191898249d9a
parent 307 55d08ba53400
child 309 de0a7720dbc2
Taking the feedback from Jan Šmydke, about missing information in -h.
main.c
--- a/main.c	Wed Nov 16 22:22:25 2011 +0100
+++ b/main.c	Sat Nov 19 10:06:33 2011 +0100
@@ -321,7 +321,7 @@
 
 static void print_help(const char *cmd)
 {
-    printf("usage: %s [action] [-ngfmd] [-L <lab>] [-D <id>] [cmd...]\n", cmd);
+    printf("usage: %s [action] [-ngfmdE] [-L <lab>] [-D <id>] [cmd...]\n", cmd);
     printf("Env vars:\n");
     printf("  TS_SOCKET  the path to the unix socket used by the ts command.\n");
     printf("  TS_MAILTO  where to mail the result (on -m). Local user by default.\n");
@@ -331,6 +331,7 @@
     printf("  TS_ENV  command called on enqueue. Its output determines the job information.\n");
     printf("  TS_SAVELIST  filename which will store the list, if the server dies.\n");
     printf("  TS_SLOTS   amount of jobs which can run at once, read on server start.\n");
+    printf("  TMPDIR     directory where to place the output files and the default socket.\n");
     printf("Actions:\n");
     printf("  -K       kill the task spooler server\n");
     printf("  -C       clear the list of finished jobs\n");