src/hg/makeDb/hgTrackDb/hgTrackDb.c 1.71
1.71 2010/06/03 18:08:07 kent
Removing hideFirst option, which no longer does anything.
Index: src/hg/makeDb/hgTrackDb/hgTrackDb.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/hgTrackDb/hgTrackDb.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -b -B -U 4 -r1.70 -r1.71
--- src/hg/makeDb/hgTrackDb/hgTrackDb.c 14 May 2010 23:31:04 -0000 1.70
+++ src/hg/makeDb/hgTrackDb/hgTrackDb.c 3 Jun 2010 18:08:07 -0000 1.71
@@ -29,9 +29,8 @@
"usage:\n"
" hgTrackDb [options] org database trackDb_$(USER) trackDb.sql hgRoot\n"
"\n"
"Options:\n"
- " -hideFirst - Before applying vis.ra, set all visibilities to hide.\n"
" -strict - only include tables that exist (and complain about missing html files).\n"
" -raName=trackDb.ra - Specify a file name to use other than trackDb.ra\n"
" for the ra files.\n"
" -release=alpha|beta|public - Include trackDb entries with this release tag only.\n"
@@ -42,9 +41,8 @@
static struct optionSpec optionSpecs[] = {
{"raName", OPTION_STRING},
{"strict", OPTION_BOOLEAN},
- {"hideFirst", OPTION_BOOLEAN},
{"release", OPTION_STRING},
{"settings", OPTION_BOOLEAN},
{NULL, 0}
};