Skip to content

Commit

Permalink
a typo in fastmap command-line prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Feb 1, 2016
1 parent 6f0ea0b commit 1e6a10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ int main_fastmap(int argc, char *argv[])
fprintf(stderr, "Options: -l INT min SMEM length to output [%d]\n", min_len);
fprintf(stderr, " -w INT max interval size to find coordiantes [%d]\n", min_iwidth);
fprintf(stderr, " -i INT min SMEM interval size [%d]\n", min_intv);
fprintf(stderr, " -l INT max MEM length [%d]\n", max_len);
fprintf(stderr, " -L INT max MEM length [%d]\n", max_len);
fprintf(stderr, " -I INT stop if MEM is longer than -l with a size less than INT [%ld]\n", (long)max_intv);
fprintf(stderr, "\n");
return 1;
Expand Down

0 comments on commit 1e6a10c

Please sign in to comment.