Adding the help message for -E.
authorviric <viriketo@gmail.com>
Wed, 16 Nov 2011 22:20:31 +0100
changeset 306 a0634a47360c
parent 305 365f3598d010
child 307 55d08ba53400
Adding the help message for -E.
main.c
--- a/main.c	Wed Nov 16 22:17:53 2011 +0100
+++ b/main.c	Wed Nov 16 22:20:31 2011 +0100
@@ -347,6 +347,7 @@
     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");