Skip to content

Commit

Permalink
update subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Nov 22, 2024
1 parent 46adfa3 commit 89ae34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util/cmd/verify_execution_result/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
// # verify the blocks from height 2000 to 3000
// ./util verify_execution_result --chain flow-testnet --datadir /var/flow/data/protocol --chunk_data_pack_dir /var/flow/data/chunk_data_pack --from_to 2000-3000
var Cmd = &cobra.Command{
Use: "verify_execution_result",
Use: "verify-execution-result",
Short: "verify block execution by verifying all chunks in the result",
Run: run,
}
Expand Down

0 comments on commit 89ae34a

Please sign in to comment.