Skip to content

Commit 17c3ae8

Browse files
authored
Merge pull request #145 from hyphaltip/master
small typo in wording 'noly' to 'only'
2 parents a9e4e6f + e77263d commit 17c3ae8

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)