24c77719af63cd1e6db74d965617b03a2a40c72d
galt
  Mon Jul 12 13:11:00 2010 -0700
fixing help message for twoBitInfo
diff --git src/utils/twoBitInfo/twoBitInfo.c src/utils/twoBitInfo/twoBitInfo.c
index 78b8b8d..82ef979 100644
--- src/utils/twoBitInfo/twoBitInfo.c
+++ src/utils/twoBitInfo/twoBitInfo.c
@@ -19,9 +19,9 @@
   "Output file has the columns::\n"
   "   seqName size\n"
   "\n"
-  "In the 2bit file is in the form path:seq or path:seq:start-end: or path:seq1,seq2,seqN...\n"
-  "the information is returned only on the requested sequence (start-end\n"
-  "is ignored).\n"
+  "The 2bit file may be specified in the form path:seq or path:seq1,seq2,seqN...\n"
+  "so that information is returned only on the requested sequence(s).\n"
+  "If the form path:seq:start-end is used, start-end is ignored.\n"
   );
 }