finish comment.

This commit is contained in:
Raúl Kripalani 2020-11-20 14:05:50 +00:00 committed by GitHub
parent cdfa869ea6
commit bb9d2b5af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ var extractCmd = &cli.Command{
}, },
&cli.StringFlag{ &cli.StringFlag{
Name: "exec-block", Name: "exec-block",
Usage: "optionally, the block CID of a block where this message was executed, to aovid", Usage: "optionally, the block CID of a block where this message was executed, to avoid expensive chain scanning",
Destination: &extractFlags.block, Destination: &extractFlags.block,
}, },
&cli.StringFlag{ &cli.StringFlag{