cmd/evm: file

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
jsvisa 2023-12-15 14:15:10 +08:00
parent 7c406dbce5
commit a290bab86c

View file

@ -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",