Skip to content

Commit

Permalink
Fix a typo: Change peath to path
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman committed Oct 3, 2016
1 parent ea710cd commit 090cf01
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 @@ -36,7 +36,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 090cf01

Please sign in to comment.