mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
cmd/geth: add ancient flag to db inspect (#23946)
This commit is contained in:
parent
e0761432a4
commit
6f2c3f2114
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ Remove blockchain and state databases`,
|
|||
ArgsUsage: "<prefix> <start>",
|
||||
Flags: []cli.Flag{
|
||||
utils.DataDirFlag,
|
||||
utils.AncientFlag,
|
||||
utils.SyncModeFlag,
|
||||
utils.MainnetFlag,
|
||||
utils.RopstenFlag,
|
||||
|
|
|
|||
Loading…
Reference in a new issue