We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 503d7e7 + 17c3ae8 commit fed74a2Copy full SHA for fed74a2
mosdepth.nim
@@ -845,7 +845,7 @@ Other options:
845
region = $args["--by"]
846
else:
847
if thresholds.len != 0:
848
- 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.")
849
quit(2)
850
GC_disableMarkAndSweep()
851
var fasta: cstring = nil
0 commit comments