Skip to content

Commit

Permalink
Merge pull request #71 from sjackman/specify-units
Browse files Browse the repository at this point in the history
Clarify that the initial hash size is in bytes
  • Loading branch information
gmarcais committed Dec 8, 2023
2 parents a54d0e0 + 241ccc1 commit b5d2519
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 @@ -5,7 +5,7 @@ option("mer-len", "m") {
description "Length of mer"
uint32; required }
option("size", "s") {
description "Initial hash size"
description "Initial hash size in bytes"
uint64; suffix; required }
option("threads", "t") {
description "Number of threads"
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 @@ -19,7 +19,7 @@ option("mer-len", "m") {
description "Length of mer"
uint32; required }
option("size", "s") {
description "Initial hash size"
description "Initial hash size in bytes"
uint64; suffix }
option("counter-len", "c") {
description "Length bits of counting field"
Expand Down

0 comments on commit b5d2519

Please sign in to comment.