added a new line
This commit is contained in:
parent
95a79afe71
commit
cb55617f50
|
|
@ -33,7 +33,7 @@ int main_mem(int argc, char *argv[])
|
|||
}
|
||||
if (optind + 1 >= argc) {
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(stderr, "Usage: bwa mem [options] <idxbase> <in.fq>\n");
|
||||
fprintf(stderr, "Usage: bwa mem [options] <idxbase> <in.fq>\n\n");
|
||||
fprintf(stderr, "Options: -k INT minimum seed length [%d]\n", opt->min_seed_len);
|
||||
fprintf(stderr, " -c INT skip seeds with more than INT occurrences [%d]\n", opt->max_occ);
|
||||
fprintf(stderr, " -s INT look for internal seeds inside a seed with less than INT occ [%d]\n", opt->split_width);
|
||||
|
|
|
|||
Loading…
Reference in New Issue