src/utils/bigWigInfo/bigWigInfo.c 1.7

1.7 2010/04/09 20:32:34 ann
fixed typo in usage statement
Index: src/utils/bigWigInfo/bigWigInfo.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bigWigInfo/bigWigInfo.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/bigWigInfo/bigWigInfo.c	13 Nov 2009 19:02:39 -0000	1.6
+++ src/utils/bigWigInfo/bigWigInfo.c	9 Apr 2010 20:32:34 -0000	1.7
@@ -21,9 +21,9 @@
   "   bigWigInfo file.bw\n"
   "options:\n"
   "   -udcDir=/dir/to/cache - place to put cache for remote bigBed/bigWigs\n"
   "   -chroms - list all chromosomes and their sizes\n"
-  "   -zooms - list all zoom levels and theier sizes\n"
+  "   -zooms - list all zoom levels and their sizes\n"
   );
 }
 
 static struct optionSpec options[] = {