a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/autoDtd/autoDtd.c src/hg/autoDtd/autoDtd.c index 70ad14c..42e1084 100644 --- src/hg/autoDtd/autoDtd.c +++ src/hg/autoDtd/autoDtd.c @@ -1,28 +1,27 @@ /* autoDtd - Give this a XML document to look at and it will come up with a * DTD to describe it, and possibly some more readable and informative outputs * as well. */ /* 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 "options.h" #include "xap.h" -static char const rcsid[] = "$Id: autoDtd.c,v 1.15 2006/09/19 14:59:56 angie Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "autoDtd - Give this a XML document to look at and it will come up with a DTD\n" "to describe it.\n" "usage:\n" " autoDtd in.xml out.dtd out.stats\n" "options:\n" " -tree=out.tree - Output tag tree.\n" " -atree=out.atree - Output attributed tag tree.\n" ); }