From f11182264ead257a29b15676b93c844230936f59 Mon Sep 17 00:00:00 2001 From: Dmitry Balashov <43530070+0x009922@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:00:19 +0700 Subject: [PATCH] [fix]: typo Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com> --- client_cli/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/client_cli/src/main.rs b/client_cli/src/main.rs index 6f80b40ab45..7f22f2dbb89 100644 --- a/client_cli/src/main.rs +++ b/client_cli/src/main.rs @@ -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, }