mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-09 22:44:27 +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{
|
removeChainDataFlag = &cli.BoolFlag{
|
||||||
Name: "remove.chain",
|
Name: "remove.chain",
|
||||||
Usage: "If set, selects the state data for removal",
|
Usage: "If set, selects the chain data for removal",
|
||||||
}
|
}
|
||||||
inspectTrieTopFlag = &cli.IntFlag{
|
inspectTrieTopFlag = &cli.IntFlag{
|
||||||
Name: "top",
|
Name: "top",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue