Skip to content

Commit 0f7bdf7

Browse files
huahuayuholimanligi
authored andcommitted
cmd/abigen: clarify abigen alias flag usage (ethereum#21875)
* doc: clarify abigen alias flag usage update the `abigen --alias` flag help info, give an example to make it more clear related issue: ethereum#21846 * Update cmd/abigen/main.go Co-authored-by: ligi <[email protected]> Co-authored-by: Martin Holst Swende <[email protected]> Co-authored-by: ligi <[email protected]>
1 parent 9d809ce commit 0f7bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/abigen/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var (
7777
}
7878
aliasFlag = &cli.StringFlag{
7979
Name: "alias",
80-
Usage: "Comma separated aliases for function and event renaming, e.g. foo=bar",
80+
Usage: "Comma separated aliases for function and event renaming, e.g. original1=alias1, original2=alias2",
8181
}
8282
)
8383

0 commit comments

Comments
 (0)