Skip to content

Commit de93a9d

Browse files
committed
main: add gc flags to import-command
1 parent 0544a43 commit de93a9d

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)