# HG changeset patch # User mas01cr # Date 1223486595 0 # Node ID 0d02bcd74a400093f839e7680c31f3f4c813b824 # Parent 725e4fd5208dde0bf91104648092b818b241b0b1 remove -h flag for sequencehop, restoring buildability with gengetopt version 2.18. No-one seems to have been using -h anywhere important. (This is a deliberately inflammatory commit message, so that all 12 users can complain bitterly that I've broken their lovely scripts :-) diff -r 725e4fd5208d -r 0d02bcd74a40 gengetopt.in --- a/gengetopt.in Wed Oct 08 13:55:16 2008 +0000 +++ b/gengetopt.in Wed Oct 08 17:23:15 2008 +0000 @@ -60,7 +60,7 @@ option "rotate" o "rotate query vectors for rotationally invariant search." flag off hidden option "resultlength" r "maximum length of the result list." int typestr="length" default="10" optional option "sequencelength" l "length of sequences for sequence search." int typestr="length" default="16" optional -option "sequencehop" h "hop size of sequence window for sequence search." int typestr="hop" default="1" optional +option "sequencehop" - "hop size of sequence window for sequence search." int typestr="hop" default="1" optional option "absolute-threshold" - "absolute power threshold for consideration of query or target sequence (in Bels)" double optional option "relative-threshold" - "relative power threshold between query and target sequence (in Bels)" double dependon="QUERY" optional