Fix typo in fuzz flag usage description

This commit is contained in:
Felix Lange 2025-11-26 17:14:48 +01:00 committed by GitHub
parent 3f541462d7
commit 477bb03c48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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{