a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgGetAnn/hgGetAnn.c src/hg/hgGetAnn/hgGetAnn.c index 5662c33..ec81923 100644 --- src/hg/hgGetAnn/hgGetAnn.c +++ src/hg/hgGetAnn/hgGetAnn.c @@ -1,26 +1,25 @@ /* hgGetAnn - get chromosome annotation rows from database tables using * browser-style position specification. */ #include "common.h" #include "options.h" #include "verbose.h" #include "hdb.h" #include "hgFind.h" #include "jksql.h" #include "cheapcgi.h" -static char const rcsid[] = "$Id: hgGetAnn.c,v 1.7 2010/02/12 17:56:12 angie Exp $"; void usage(char *msg) /* Explain usage and exit. */ { errAbort( "%s\n" "hgGetAnn - get chromosome annotation rows from database tables using\n" " browser-style position specification.\n" "\n" "usage:\n" " hgGetAnn [options] db table spec tabfile\n" "\n" "Get chromosome annotation rows from tables. This takes a browser-style\n" "position specification and retrieves matching rows from the database.\n" "table. Output is a tab-separated file with optional header. The bin \n"