Skip to content

Commit

Permalink
[feat]: use PATH as value name
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Dec 17, 2023
1 parent d241d11 commit f516d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/kagami/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ mod peer {
/// Specifies the value of `genesis.file` configuration parameter.
///
/// Note: relative paths are not resolved but included as-is.
#[arg(long)]
#[arg(long, value_name = "PATH")]
genesis_file_in_config: Option<PathBuf>,
}

Expand Down

0 comments on commit f516d96

Please sign in to comment.