c99c774a6774fc84a8189cde9686b1ad0dae8714 ann Thu Mar 31 12:24:26 2011 -0700 With my previous commit, I removed the section about ENCODE regions,but Brooke pointd out in code review that there are still ENCODE regions in previous human assemblies. diff --git src/hg/hgTables/usage.c src/hg/hgTables/usage.c index 8ffb0bb..7780dc4 100644 --- src/hg/hgTables/usage.c +++ src/hg/hgTables/usage.c @@ -1,139 +1,140 @@ /* usage - functions that display helpful usage info text go here. -jk)*/ #include "common.h" #include "jksql.h" #include "hgTables.h" static char const rcsid[] = "$Id: usage.c,v 1.20 2010/05/24 21:55:07 bristor Exp $"; void printMainHelp() /* Put up main page help info. */ { hPrintf("%s", "

This section provides brief line-by-line descriptions of the Table \n" "Browser controls. For more information on using this program, see the \n" "Table \n" "Browser User's Guide.\n" "

\n"); }