Skip to content

Commit 5ac75dd

Browse files
authored
bloom.cc: update help message (#70)
1 parent e5b7758 commit 5ac75dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Bloom/bloom.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static const char USAGE_MESSAGE[] =
9999
" -n, --num-locks=N number of write locks on bloom filter [1000]\n"
100100
" -q, --trim-quality=N trim bases from the ends of reads whose\n"
101101
" quality is less than the threshold\n"
102-
" -t, --bloom-type=STR 'konnector' or 'rolling-hash' [konnector]\n"
102+
" -t, --bloom-type=STR 'konnector', 'rolling-hash', or 'counting' [konnector]\n"
103103
" --standard-quality zero quality is `!' (33)\n"
104104
" default for FASTQ and SAM files\n"
105105
" --illumina-quality zero quality is `@' (64)\n"

0 commit comments

Comments
 (0)