cmd/geth: correct misleading flag description in removedb command

This commit is contained in:
bigbear 2026-03-11 09:07:51 +01:00 committed by GitHub
parent 32f05d68a2
commit 57fa5fa643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ var (
}
removeChainDataFlag = &cli.BoolFlag{
Name: "remove.chain",
Usage: "If set, selects the state data for removal",
Usage: "If set, selects the chain data for removal",
}
inspectTrieTopFlag = &cli.IntFlag{
Name: "top",