Skip to content

Commit 42ed1cd

Browse files
0xCaliburmikelodder7
authored andcommitted
Update call option documentation about sig format (foundry-rs#5760)
1 parent b125775 commit 42ed1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cast/bin/opts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ pub enum Subcommands {
336336
/// ABI-encode a function with arguments.
337337
#[clap(name = "calldata", visible_alias = "cd")]
338338
CalldataEncode {
339-
/// The function signature in the form <name>(<types...>)
339+
/// The function signature in the format `<name>(<in-types>)(<out-types>)`
340340
sig: String,
341341

342342
/// The arguments to encode.

0 commit comments

Comments
 (0)