Skip to content

Commit fed74a2

Browse files
committed
Merge branch 'master' of github.com:brentp/mosdepth
2 parents 503d7e7 + 17c3ae8 commit fed74a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mosdepth.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ Other options:
845845
region = $args["--by"]
846846
else:
847847
if thresholds.len != 0:
848-
stderr.write_line("[mosdepth] error --thresholds can noly be used when --by is specified.")
848+
stderr.write_line("[mosdepth] error --thresholds can only be used when --by is specified.")
849849
quit(2)
850850
GC_disableMarkAndSweep()
851851
var fasta: cstring = nil

0 commit comments

Comments
 (0)