src/parasol/gensub2/gensub2.c 1.14

1.14 2010/03/18 17:40:50 hiram
adding template file syntax help for the check statement
Index: src/parasol/gensub2/gensub2.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/parasol/gensub2/gensub2.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/parasol/gensub2/gensub2.c	24 Apr 2009 22:52:48 -0000	1.13
+++ src/parasol/gensub2/gensub2.c	18 Mar 2010 17:40:50 -0000	1.14
@@ -45,11 +45,19 @@
   "largest jobs first if the file lists are both sorted by size. \n"
   "The following options can change this:\n"
   "    -group1 - write elements in order Aa Ab Ac Ba Bb Bc Ca Cb Cc\n"
   "    -group2 - write elements in order Aa Ba Ca Ab Bb Cb Ac Bc Cc\n"
+  "template file syntax help for check statement: {check 'when' 'what' <file>}\n"
+  " where 'when' is either 'in' or 'out'\n"
+  " and 'what' is one of: 'exists' 'exists+' 'line' 'line+'\n"
+  " 'exists' means file exists, may be zero size\n"
+  " 'exists+' means file exists and is non-zero size\n"
+  " 'line' means file may have 0 or more lines of ascii data and is properly\n"
+  "        line-feed terminated\n"
+  " 'line+' means file is 1 or more lines of ascii data and is properly\n"
+  "        line-feed terminated"
   , version
   );
-	      
 }
 
 struct slName *getLastDirs(char *pathToParse)
 /* Return a linked list of the dir names. */