src/utils/faSplit/faSplit.c 1.36

1.36 2010/05/22 18:50:33 galt
fixing help
Index: src/utils/faSplit/faSplit.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/faSplit/faSplit.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -b -B -U 4 -r1.35 -r1.36
--- src/utils/faSplit/faSplit.c	31 Mar 2007 19:38:16 -0000	1.35
+++ src/utils/faSplit/faSplit.c	22 May 2010 18:50:33 -0000	1.36
@@ -51,9 +51,9 @@
   "    -verbose=2 - Write names of each file created (=3 more details)\n"
   "    -maxN=N - Suppress pieces with more than maxN n's.  Only used with size.\n"
   "              default is size-1 (only suppresses pieces that are all N).\n"
   "    -oneFile - Put output in one file. Only used with size\n"
-  "    -extra   - Add extra bytes at the end to form overlapping pieces.  Only used with size.\n"
+  "    -extra=N - Add N extra bytes at the end to form overlapping pieces.  Only used with size.\n"
   "    -out=outFile Get masking from outfile.  Only used with size.\n"
   "    -lift=file.lft Put info on how to reconstruct sequence from\n"
   "                   pieces in file.lft.  Only used with size and gap.\n"
   "    -minGapSize=X Consider a block of Ns to be a gap if block size >= X.\n"