a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/sqlToXml/sqlToXml.c src/hg/sqlToXml/sqlToXml.c index 90862a7..94640d2 100644 --- src/hg/sqlToXml/sqlToXml.c +++ src/hg/sqlToXml/sqlToXml.c @@ -1,29 +1,28 @@ /* sqlToXml - Given a database, .as file, .joiner file, and a sql select * statement, dump out results as XML. */ /* This file is copyright 2005 Jim Kent, but license is hereby * granted for all use - public, private or commercial. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "dystring.h" #include "options.h" #include "obscure.h" #include "jksql.h" -static char const rcsid[] = "$Id: sqlToXml.c,v 1.15 2008/09/03 19:21:21 markd Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "sqlToXml - dump out all or part of a relational database to XML, guided\n" "by a dump specification. See sqlToXml.doc for additional information.\n" "usage:\n" " sqlToXml database dumpSpec.od output.xml\n" "options:\n" " -topTag=name - Give the top level XML tag the given name. By\n" " default it will be the same as the database name.\n" " -query=file.sql - Instead of dumping whole database, just dump those\n" " records matching SQL select statement in file.sql.\n" " This statement should be of the form:\n"