a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/headRest/headRest.c src/utils/headRest/headRest.c index f9692ed..4a67621 100644 --- src/utils/headRest/headRest.c +++ src/utils/headRest/headRest.c @@ -1,22 +1,21 @@ /* headRest - Return all *but* the first N lines of a file.. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" -static char const rcsid[] = "$Id: headRest.c,v 1.1 2006/05/01 23:20:03 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "headRest - Return all *but* the first N lines of a file.\n" "usage:\n" " headRest count fileName\n" "You can use stdin for fileName\n" "options:\n" " -xxx=XXX\n" ); } static struct optionSpec options[] = {