a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/pslCat/pslCat.c src/hg/pslCat/pslCat.c index f6eefb6..f1f9367 100644 --- src/hg/pslCat/pslCat.c +++ src/hg/pslCat/pslCat.c @@ -1,22 +1,21 @@ /* pslCat - concatenate psl files. */ #include "common.h" #include "cheapcgi.h" #include "portable.h" #include "psl.h" -static char const rcsid[] = "$Id: pslCat.c,v 1.4 2003/05/06 07:22:34 kate Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "pslCat - concatenate psl files\n" "usage:\n" " pslCat file(s)\n" "options:\n" " -check parses input. Detects more errors but slower\n" " -nohead omit psl header\n" " -dir files are directories (concatenate all in dirs)\n" " -out=file put output to file rather than stdout\n" " -ext=.xxx limit files in directories to those with extension\n"); }