mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
Fix typo in fuzz flag usage description
This commit is contained in:
parent
3f541462d7
commit
477bb03c48
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ var (
|
|||
}
|
||||
FuzzFlag = &cli.BoolFlag{
|
||||
Name: "fuzz",
|
||||
Usage: "adepts output format for fuzzing",
|
||||
Usage: "adapts output format for fuzzing",
|
||||
Category: flags.VMCategory,
|
||||
}
|
||||
WitnessCrossCheckFlag = &cli.BoolFlag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue