Skip to content

Commit

Permalink
fixed help typos and missing option
Browse files Browse the repository at this point in the history
  • Loading branch information
gf777 committed Dec 10, 2024
1 parent 69e96e2 commit 950510f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ int main(int argc, char **argv) {
printf("\t--nstar-report generates full N* and L* statistics.\n");
printf("\t--out-sequence reports also the actual sequence (in combination with --seq-report).\n");
printf("\t--out-bubbles outputs a potential list of bubbles in the graph.\n");
printf("\t--seq-report report statistics for each sequence.\n");
printf("\t--segment-report report statistics for each segment/contig.\n");
printf("\t--path-report report statistics for each path/scaffold.\n");
printf("\t--sort ascending|descending|largest|smallest|file sort sequences according to input. Ascending/descending used the sequence/path header.\n");
printf("\t--stats report summary statistics (default).\n");
printf("\t--verbose verbose output.\n");
Expand Down

0 comments on commit 950510f

Please sign in to comment.