a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/faCmp/faCmp.c src/utils/faCmp/faCmp.c index ec181f2..b0087b4 100644 --- src/utils/faCmp/faCmp.c +++ src/utils/faCmp/faCmp.c @@ -1,25 +1,24 @@ /* faCmp - Compare two .fa files. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "cheapcgi.h" #include "fa.h" #include "options.h" #include "nib.h" -static char const rcsid[] = "$Id: faCmp.c,v 1.8 2009/11/13 21:33:25 markd Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "faCmp - Compare two .fa files\n" "usage:\n" " faCmp [options] a.fa b.fa\n" "options:\n" " -softMask - use the soft masking information during the compare\n" " Differences will be noted if the masking is different.\n" " -sortName - sort input files by name before comparing\n" " -peptide - read as peptide sequences\n" "default:\n" " no masking information is used during compare. It is as if both\n"