Skip to content

Commit

Permalink
[fix]: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Dec 22, 2023
1 parent 8a23e39 commit f111822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client_cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ use iroha_primitives::addr::SocketAddr;
// when this type is used inside of modules. I don't know how to fix it.
pub struct MetadataArgs {
/// The JSON/JSON5 file with key-value metadata pairs
Comment
#[arg(short, long, value_name("PATH"), value_hint(clap::ValueHint::FilePath))]
metadata: Option<PathBuf>,
}
Expand Down

0 comments on commit f111822

Please sign in to comment.