mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +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{
|
FuzzFlag = &cli.BoolFlag{
|
||||||
Name: "fuzz",
|
Name: "fuzz",
|
||||||
Usage: "adepts output format for fuzzing",
|
Usage: "adapts output format for fuzzing",
|
||||||
Category: flags.VMCategory,
|
Category: flags.VMCategory,
|
||||||
}
|
}
|
||||||
WitnessCrossCheckFlag = &cli.BoolFlag{
|
WitnessCrossCheckFlag = &cli.BoolFlag{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue