src/hg/featureBits/featureBits.c 1.57

1.57 2009/12/05 00:00:22 hiram
Fix usage message for chromSize argument
Index: src/hg/featureBits/featureBits.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/featureBits/featureBits.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -b -B -U 4 -r1.56 -r1.57
--- src/hg/featureBits/featureBits.c	4 Dec 2009 23:56:58 -0000	1.56
+++ src/hg/featureBits/featureBits.c	5 Dec 2009 00:00:22 -0000	1.57
@@ -77,9 +77,10 @@
   "   -fa=output.fa     Put sequence in intersection into .fa file\n"
   "   -faMerge          For fa output merge overlapping features.\n"
   "   -minSize=N        Minimum size to output (default 1)\n"
   "   -chrom=chrN       Restrict to one chromosome\n"
-  "   -chromSize=sizefile       Read chrom sizes from file instead of database.\n"
+  "   -chromSize=sizefile       Read chrom sizes from file instead of database. \n"
+  "                             (chromInfo three column format)\n"
   "   -or               Or tables together instead of anding them\n"
   "   -not              Output negation of resulting bit set.\n"
   "   -countGaps        Count gaps in denominator\n"
   "   -noRandom         Don't include _random (or Un) chromosomes\n"