mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
internal/debug: rename --trace to --go-execution-trace
This flag is very rarely needed, so it's OK for it to have a verbose name. The name --trace also conflicts with the concept of EVM tracing, which is much more heavily used.
This commit is contained in:
parent
5347280319
commit
c4364c7034
1 changed files with 2 additions and 2 deletions
|
|
@ -136,8 +136,8 @@ var (
|
||||||
Category: flags.LoggingCategory,
|
Category: flags.LoggingCategory,
|
||||||
}
|
}
|
||||||
traceFlag = &cli.StringFlag{
|
traceFlag = &cli.StringFlag{
|
||||||
Name: "trace",
|
Name: "go-execution-trace",
|
||||||
Usage: "Write execution trace to the given file",
|
Usage: "Write Go execution trace to the given file",
|
||||||
Category: flags.LoggingCategory,
|
Category: flags.LoggingCategory,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue