Mercurial > hg > audiodb
changeset 347:0d02bcd74a40
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 :-)
author | mas01cr |
---|---|
date | Wed, 08 Oct 2008 17:23:15 +0000 |
parents | 725e4fd5208d |
children | 75a59f58319e 4871a3ed9e36 |
files | gengetopt.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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