Shortbred default parameter inconsistency

First of all thank you for providing such amazing tools !

In the current release from shortbred
in shortbred_identify.py line 111:

grpParam.add_argument(‘–consthresh’,default = .95, type=float, dest=‘dConsThresh’, help=‘Enter the consensus threshold for assigning AA's in the family alignments to the consensus sequences. The default is .70. Examples: .60, .70, .80,…’)

The default parameter differs from what is specified in help.
What would be the default value for this, I did not find anything on the matter. Does it influence the analysis by a lot ?

Cheers,
Max

If someone else is interested in this question:
I ran shortbred identify to build markers for 5-6000 proteins (after clustering at 85 id) and the recent uniprot90 databse.
Shortbred identify takes more the double the amount of time to run trough (32 CPUs 2 days vs. 5 days), mainly during the refblast stage.
Using .70 for ConsThresh results in slightly less markers found (14.7k vs. 15.2k).
In terms of what proteins are detected when I ran it on the same samples with shortbred quantify the results were very similar.