a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/raMerge/raMerge.c src/utils/raMerge/raMerge.c index 4b447ca..8673ec8 100644 --- src/utils/raMerge/raMerge.c +++ src/utils/raMerge/raMerge.c @@ -1,24 +1,23 @@ /* raMerge - Merge together info in two ra files, doing a record-by-record concatenation for the most part.. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "localmem.h" #include "ra.h" -static char const rcsid[] = "$Id: raMerge.c,v 1.3 2009/11/23 07:38:17 kent Exp $"; boolean dupeOk = FALSE, firstOnly = FALSE; void usage() /* Explain usage and exit. */ { errAbort( "raMerge - Merge together info in two ra files, producing records that are a\n" "concatenation of all the input records\n" "usage:\n" " raMerge keyField file1.ra file2.ra ... fileN.ra\n" "options:\n" " -dupeOk - will pass through multiple instances of fields with same name.\n" " -firstOnly - only keep records that are started in the first file\n" );