Skip to content

Commit b92276c

Browse files
authored
Merge pull request #16098 from holiman/fix_import
main: add gc flags to import-command
2 parents dc7ca52 + de93a9d commit b92276c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/geth/chaincmd.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ It expects the genesis file as argument.`,
6767
utils.DataDirFlag,
6868
utils.CacheFlag,
6969
utils.LightModeFlag,
70+
utils.GCModeFlag,
71+
utils.CacheDatabaseFlag,
72+
utils.CacheGCFlag,
7073
},
7174
Category: "BLOCKCHAIN COMMANDS",
7275
Description: `

0 commit comments

Comments
 (0)