Fixing the '-h' for '-E', and increasing the version to 0.7.2
authorviric <viriketo@gmail.com>
Wed, 16 Nov 2011 22:22:25 +0100
changeset 307 55d08ba53400
parent 306 a0634a47360c
child 308 191898249d9a
Fixing the '-h' for '-E', and increasing the version to 0.7.2
main.c
--- a/main.c	Wed Nov 16 22:20:31 2011 +0100
+++ b/main.c	Wed Nov 16 22:22:25 2011 +0100
@@ -25,7 +25,7 @@
 static char getopt_env[] = "POSIXLY_CORRECT=YES";
 static char *old_getopt_env;
 
-static char version[] = "Task Spooler v0.7.1 - a task queue system for the unix user.\n"
+static char version[] = "Task Spooler v0.7.2 - a task queue system for the unix user.\n"
 "Copyright (C) 2007-2011  Lluis Batlle i Rossell";
 
 
@@ -347,11 +347,11 @@
     printf("  -u [id]  put that job first. The last added, if not specified.\n");
     printf("  -U <id-id>  swap two jobs in the queue.\n");
     printf("  -B       in case of full queue on the server, quit (2) instead of waiting.\n");
-    printf("  -E       Keep stderr apart, in a name like the output file, but adding '.e'.\n");
     printf("  -h       show this help\n");
     printf("  -V       show the program version\n");
     printf("Options adding jobs:\n");
     printf("  -n       don't store the output of the command.\n");
+    printf("  -E       Keep stderr apart, in a name like the output file, but adding '.e'.\n");
     printf("  -g       gzip the stored output (if not -n).\n");
     printf("  -f       don't fork into background.\n");
     printf("  -m       send the output by e-mail (uses sendmail).\n");