Add -B to the help message.
authorviric <viriketo@gmail.com>
Thu, 28 Jul 2011 19:48:38 +0200
changeset 296 dc46c806c6f4
parent 295 a63f43a17fd7
child 297 d7d0074df110
Add -B to the help message.
main.c
--- a/main.c	Thu Jul 28 19:43:01 2011 +0200
+++ b/main.c	Thu Jul 28 19:48:38 2011 +0200
@@ -342,6 +342,7 @@
     printf("  -w [id]  wait for a job. The last added, if not specified.\n");
     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("  -h       show this help\n");
     printf("  -V       show the program version\n");
     printf("Options adding jobs:\n");