a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/pslPretty/pslPretty.c src/hg/pslPretty/pslPretty.c
index ad91d17..994528e 100644
--- src/hg/pslPretty/pslPretty.c
+++ src/hg/pslPretty/pslPretty.c
@@ -1,29 +1,28 @@
 /* pslPretty - Convert PSL to human readable output. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "dystring.h"
 #include "dlist.h"
 #include "fa.h"
 #include "nib.h"
 #include "twoBit.h"
 #include "psl.h"
 #include "axt.h"
 
-static char const rcsid[] = "$Id: pslPretty.c,v 1.34 2006/12/01 21:34:09 angie Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "pslPretty - Convert PSL to human readable output\n"
   "usage:\n"
   "   pslPretty in.psl target.lst query.lst pretty.out\n"
   "options:\n"
   "   -axt - save in something like Scott Schwartz's axt format\n"
   "          Note gaps in both sequences are still allowed in the\n"
   "          output which not all axt readers will expect\n"
   "   -dot=N Put out a dot every N records\n"
   "   -long - Don't abbreviate long inserts\n"
   "   -check=fileName - Output alignment checks to filename\n"