a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/weedLines/weedLines.c src/utils/weedLines/weedLines.c index d7f9ba3..04496a3 100644 --- src/utils/weedLines/weedLines.c +++ src/utils/weedLines/weedLines.c @@ -1,23 +1,22 @@ /* weedLines - Selectively remove lines from file. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "obscure.h" -static char const rcsid[] = "$Id: weedLines.c,v 1.5 2007/02/23 03:19:47 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "weedLines - Selectively remove lines from file\n" "usage:\n" " weedLines weeds file output\n" "The prints all lines in file to output except those that start with\n" "one of the words in weeds\n" "options:\n" " -invert Keep weeds and throw out rest\n" " -weeded=fileName - Put lines weeded out here\n" " -embedded - If this is true look for matches inside of whitespace delimited words\n" " Noticably slower on large files with large weed sets.\n"