a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgSelect/hgSelect.c src/hg/hgSelect/hgSelect.c index a0e1751..a542812 100644 --- src/hg/hgSelect/hgSelect.c +++ src/hg/hgSelect/hgSelect.c @@ -1,24 +1,23 @@ /* hgSelect - select from genome tables, handling split tables and bin column */ #include "common.h" #include "options.h" #include "dystring.h" #include "hdb.h" #include "jksql.h" #include "verbose.h" -static char const rcsid[] = "$Id: hgSelect.c,v 1.2 2008/09/03 19:18:57 markd Exp $"; void usage(char *msg) /* Explain usage and exit. */ { errAbort( "%s\n" "hgSelect - select from genome tables, handling split tables and\n" " bin column\n" "\n" "usage:\n" " hgSelect [options] db table outFile\n" "\n" "Select rows from a table, handling select from split tables and dropping\n" "a bin column. \n" "\n"