diff --git a/crates/cast/bin/opts.rs b/crates/cast/bin/opts.rs index c2d1fede147a6..3f8ae06ad0b98 100644 --- a/crates/cast/bin/opts.rs +++ b/crates/cast/bin/opts.rs @@ -336,7 +336,7 @@ pub enum Subcommands { /// ABI-encode a function with arguments. #[clap(name = "calldata", visible_alias = "cd")] CalldataEncode { - /// The function signature in the form () + /// The function signature in the format `()()` sig: String, /// The arguments to encode.