mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/evm: file
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
7c406dbce5
commit
a290bab86c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import (
|
|||
var (
|
||||
TraceFlag = &cli.BoolFlag{
|
||||
Name: "trace",
|
||||
Usage: "Output full trace logs to files trace-<txIndex>-<txhash>.jsonl",
|
||||
Usage: "Output full trace logs to a file named: trace-<txIndex>-<txhash>.jsonl",
|
||||
}
|
||||
TraceTracerFlag = &cli.StringFlag{
|
||||
Name: "trace.tracer",
|
||||
|
|
|
|||
Loading…
Reference in a new issue