src/utils/qa/makeFilledBlockBed.csh 1.4

1.4 2009/04/17 16:31:59 kuhn
clarified usage statement
Index: src/utils/qa/makeFilledBlockBed.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/makeFilledBlockBed.csh,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/utils/qa/makeFilledBlockBed.csh	11 Apr 2009 00:37:04 -0000	1.3
+++ src/utils/qa/makeFilledBlockBed.csh	17 Apr 2009 16:31:59 -0000	1.4
@@ -16,9 +16,9 @@
 set send=""
 
 if ($#argv != 3 ) then
   echo
-  echo "  make bed file of large blocks, ignoring intron/exons"
+  echo "  make bed file of large blocks, fusing introns/exons"
   echo "  will take split tables without the chrN_ prefix."
   echo
   echo "      usage:  database table outfile.bed"
   echo