diff --git a/src/rust/bin/wallet_tool.rs b/src/rust/bin/wallet_tool.rs index e0fc21dc2..73593c8e0 100644 --- a/src/rust/bin/wallet_tool.rs +++ b/src/rust/bin/wallet_tool.rs @@ -33,7 +33,11 @@ struct CliOptions { )] conf: Option, - #[options(no_short, help = "Specify data directory (this path cannot use '~')")] + #[options( + no_short, + help = "Specify data directory (this path cannot use '~')", + meta = "PATH" + )] datadir: Option, #[options(no_short, help = "Use the test chain")]