Skip to content

Commit

Permalink
cmd/geth: add ancient flag to db inspect (ethereum#23946)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient authored and jagdeep sidhu committed Nov 23, 2021
1 parent 813a8c8 commit 3a0e5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/geth/dbcmd.go
Expand Up @@ -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,
Expand Down

0 comments on commit 3a0e5cd

Please sign in to comment.