075a3ad3e1b1e77472825a0e6daa83dde05dd022 hiram Mon Mar 2 14:12:35 2020 -0800 correct one line header in usage message no redmine diff --git src/hg/utils/pslMapPostChain/pslMapPostChain.c src/hg/utils/pslMapPostChain/pslMapPostChain.c index 269a349..13e6d74 100644 --- src/hg/utils/pslMapPostChain/pslMapPostChain.c +++ src/hg/utils/pslMapPostChain/pslMapPostChain.c @@ -1,30 +1,30 @@ /* pslMapPostChain - Post genomic pslMap (TransMap) chaining. */ #include "common.h" #include "linefile.h" #include "options.h" #include "hash.h" #include "psl.h" #include void usage() /* Explain usage and exit. */ { -errAbort("postTransMapChain - Post genomic pslMap (TransMap) chaining.\n" +errAbort("pslMapPostChain - Post genomic pslMap (TransMap) chaining.\n" "usage:\n" - " postTransMapChain [options] inPsl outPsl\n" + " pslMapPostChain [options] inPsl outPsl\n" "\n" "Post genomic pslMap (TransMap) chaining. This takes transcripts\n" "that have been mapped via genomic chains adds back in\n" "blocks that didn't get include in genomic chains due\n" "to complex rearrangements or other issues.\n" "\n" "This program has not seen much use and may not do what you want\n"); } static struct optionSpec optionSpecs[] = { {"h", OPTION_BOOLEAN}, {"help", OPTION_BOOLEAN}, {NULL, 0} };