added a new line

This commit is contained in:
Heng Li 2013-02-08 22:12:18 -05:00
parent 95a79afe71
commit cb55617f50
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ int main_mem(int argc, char *argv[])
} }
if (optind + 1 >= argc) { if (optind + 1 >= argc) {
fprintf(stderr, "\n"); 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, "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, " -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); fprintf(stderr, " -s INT look for internal seeds inside a seed with less than INT occ [%d]\n", opt->split_width);