Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brentp/mosdepth
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Jul 19, 2021
2 parents 503d7e7 + 17c3ae8 commit fed74a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosdepth.nim
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ Other options:
region = $args["--by"]
else:
if thresholds.len != 0:
stderr.write_line("[mosdepth] error --thresholds can noly be used when --by is specified.")
stderr.write_line("[mosdepth] error --thresholds can only be used when --by is specified.")
quit(2)
GC_disableMarkAndSweep()
var fasta: cstring = nil
Expand Down

0 comments on commit fed74a2

Please sign in to comment.