src/hg/utils/tdbQuery/tdbQuery.c 1.7

1.7 2009/12/02 21:02:32 kent
Improving usage message.
Index: src/hg/utils/tdbQuery/tdbQuery.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/tdbQuery/tdbQuery.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/hg/utils/tdbQuery/tdbQuery.c	2 Dec 2009 21:01:16 -0000	1.6
+++ src/hg/utils/tdbQuery/tdbQuery.c	2 Dec 2009 21:02:32 -0000	1.7
@@ -48,11 +48,11 @@
 "   -check\n"
 "Check that trackDb is internally consistent.  Prints diagnostic output to stderr and aborts if \n"
 "there's problems.\n"
 "   -strict\n"
-"Mimic -strict option on hgTrackDb. Suppresses tracks where corresponding table does not exist."
+"Mimic -strict option on hgTrackDb. Suppresses tracks where corresponding table does not exist.\n"
 "   -alpha\n"
-"Do checking on release alpha (and not release beta) tracks\n"
+"Do checking on release alpha (and not release beta) tracks"
 );
 }