mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
cmd/geth: correct misleading flag description in removedb command
This commit is contained in:
parent
32f05d68a2
commit
57fa5fa643
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue