Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/subcommand/index_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ void help_index(char** argv) {
<< " --no-nested-distance only store distances along the top-level chain" << endl
<< " -w, --upweight-node N upweight the node with ID N to push it to be part" << endl
<< " of a top-level chain (may repeat)" << endl
<< " -P, --path-prefix NAME upweight tips of paths with given prefix to orient"
<< " snarl tree. often necessary when running vg"
<< " -P, --path-prefix NAME upweight tips of paths with given prefix to orient" << endl
<< " snarl tree. often necessary when running vg" << endl
<< " haplotypes downstream" << endl;
}

Expand Down
Loading