Skip to content

Commit

Permalink
Slightly shorter help for --aux-len
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Oct 1, 2024
1 parent 8622dfc commit 226aba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arguments.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct SeedingArguments {
"results with non default values.", {'s'}}
, bits{parser, "INT", "No. of top bits of hash to use as bucket indices (8-31)"
"[determined from reference size]", {'b'}}
, aux_len{parser, "INT", "Number of bits to be selected from the second strobe hash [24]", {"aux-len"}}
, aux_len{parser, "INT", "No. of bits to use from secondary strobe hash [24]", {"aux-len"}}
{
}
args::ArgumentParser& parser;
Expand Down

0 comments on commit 226aba1

Please sign in to comment.