mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 17:13:45 +00:00
main: add gc flags to import-command
This commit is contained in:
parent
0544a43c13
commit
de93a9d437
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ It expects the genesis file as argument.`,
|
|||
utils.DataDirFlag,
|
||||
utils.CacheFlag,
|
||||
utils.LightModeFlag,
|
||||
utils.GCModeFlag,
|
||||
utils.CacheDatabaseFlag,
|
||||
utils.CacheGCFlag,
|
||||
},
|
||||
Category: "BLOCKCHAIN COMMANDS",
|
||||
Description: `
|
||||
|
|
|
|||
Loading…
Reference in a new issue