Skip to content

Commit

Permalink
Merge pull request #70 from sjackman/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo: Change peath to path
  • Loading branch information
gmarcais authored Dec 8, 2023
2 parents ff799ff + 090cf01 commit a54d0e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sub_commands/count_main_cmdline.yaggo
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ option("C", "canonical") {
flag; off }
option("bc") {
description "Bloom counter to filter out singleton mers"
c_string; typestr "peath"; }
c_string; typestr "path"; }
option("bf-size") {
description "Use bloom filter to count high-frequency mers"
uint64; suffix; conflict "bc" }
Expand Down
2 changes: 1 addition & 1 deletion sub_commands/mem_main_cmdline.yaggo
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ option("C", "canonical") {
flag; off; hidden }
option("bc") {
description "Ignored switch"
c_string; typestr "peath"; }
c_string; typestr "path"; }
option("bf-size") {
description "Ignored switch"
uint64; suffix; conflict "bc"; hidden }
Expand Down

0 comments on commit a54d0e0

Please sign in to comment.