a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/wgetMd5/wgetMd5.c src/utils/wgetMd5/wgetMd5.c index 2da98d3..d59cf4b 100644 --- src/utils/wgetMd5/wgetMd5.c +++ src/utils/wgetMd5/wgetMd5.c @@ -1,23 +1,22 @@ /* wgetMd5 - Get files from ftp or http site and check their md5's. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "dystring.h" #include "options.h" -static char const rcsid[] = "$Id: wgetMd5.c,v 1.3 2005/11/18 16:37:09 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "wgetMd5 - Get files from ftp or http site and check their md5's.\n" "usage:\n" " wgetMd5 uri check.md5 outDir\n" "The uri is something like:\n" " ftp://ftp.ncbi.nih.gov/pub/genbank\n" "The check.md5 is a two column file containing md5 sums file names.\n" "The outDir is where to put the resulting downloads\n" "options:\n" " -tmp=XXX - Use this temporary file instead of default wgetMd5.tmp\n" " -md5tmp=XXX - Use this temporary file instead of default wgetMd5.md5\n"