Skip to content

Commit

Permalink
Update trie_query/src/main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jun 13, 2024
1 parent 0946575 commit c52ec99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trie_query/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct ProgArgs {

#[derive(Parser, Debug)]
struct QueryConfig {
/// Include the key piece (if the node contains a piece of the key) contained in each node.
/// Include the key piece (if the node contains a piece of the key) for each node.
#[arg(short = 'k', long, default_value_t = true, help_heading = QUERY_CONFIG_STR)]
include_key_piece_per_node: bool,

Expand Down

0 comments on commit c52ec99

Please sign in to comment.