src/utils/bigBedSummary/bigBedSummary.c 1.5

1.5 2009/04/17 20:54:35 kent
Fixed Wig that should be a Bed in usage message.
Index: src/utils/bigBedSummary/bigBedSummary.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bigBedSummary/bigBedSummary.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/bigBedSummary/bigBedSummary.c	15 Mar 2009 00:18:23 -0000	1.4
+++ src/utils/bigBedSummary/bigBedSummary.c	17 Apr 2009 20:54:35 -0000	1.5
@@ -16,9 +16,9 @@
 {
 errAbort(
   "bigBedSummary - Extract summary information from a bigBed file.\n"
   "usage:\n"
-  "   bigWigSummary file.bb chrom start end dataPoints\n"
+  "   bigBedSummary file.bb chrom start end dataPoints\n"
   "Get summary data from bigBed for indicated region, broken into\n"
   "dataPoints equal parts.  (Use dataPoints=1 for simple summary.)\n"
   "options:\n"
   "   -type=X where X is one of:\n"