Skip to content

Commit 6f2c3f2

Browse files
authored
cmd/geth: add ancient flag to db inspect (#23946)
1 parent e076143 commit 6f2c3f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/geth/dbcmd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Remove blockchain and state databases`,
7777
ArgsUsage: "<prefix> <start>",
7878
Flags: []cli.Flag{
7979
utils.DataDirFlag,
80+
utils.AncientFlag,
8081
utils.SyncModeFlag,
8182
utils.MainnetFlag,
8283
utils.RopstenFlag,

0 commit comments

Comments
 (0)