Skip to content

Commit 36b8cc3

Browse files
fix typo in help text
1 parent 7f61421 commit 36b8cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/userconfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ userconfig::userconfig(const std::string& name,
398398
"one of two different overlapping bases if these have the same "
399399
"quality (otherwise it picks the highest quality base). With "
400400
"--collapse-deterministic, AdapterRemoval will instead set such "
401-
"bases to N. Setting this option also sets--collapse "
401+
"bases to N. Setting this option also sets --collapse "
402402
"[default: %default].");
403403
argparser["--collapse-conservatively"] =
404404
new argparse::flag(&collapse_conservatively,

0 commit comments

Comments
 (0)