Skip to content

Commit

Permalink
Fix typo in help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusta authored Oct 26, 2024
1 parent 70fb7ff commit fd3a981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metagraph/src/cli/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ if (advanced) {
fprintf(stderr, "\t --prune-tips [INT] \t\tprune all dead ends shorter than this value [1]\n");
fprintf(stderr, "\t --prune-unitigs [INT] \tprune all unitigs with median k-mer counts smaller\n"
"\t \t\tthan this value (0: auto) [1]\n");
fprintf(stderr, "\t --cleaning-theshold-percentile [FLOAT] the percentile of the k-mer count distribution to set as the cleaning threshold [0.001]\n");
fprintf(stderr, "\t --cleaning-threshold-percentile [FLOAT] the percentile of the k-mer count distribution to set as the cleaning threshold [0.001]\n");
fprintf(stderr, "\t --fallback [INT] \t\tfallback threshold if the automatic one cannot be\n"
"\t \t\tdetermined (-1: disables fallback) [1]\n");
fprintf(stderr, "\n");
Expand Down

0 comments on commit fd3a981

Please sign in to comment.