diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-02-15 18:34:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-15 18:34:33 +0800 |
commit | b92276c7005cf7286f1e5ebdc8ac75aea149d502 (patch) | |
tree | 4ef97dd5745e009c1774ba6f38598b3b874db0bf /cmd | |
parent | dc7ca52b3b7c84e8371ea0c1acde327149df6c50 (diff) | |
parent | de93a9d43799bd4e9d6e3966c23ff9d7d053b50f (diff) | |
download | dexon-b92276c7005cf7286f1e5ebdc8ac75aea149d502.tar.gz dexon-b92276c7005cf7286f1e5ebdc8ac75aea149d502.tar.zst dexon-b92276c7005cf7286f1e5ebdc8ac75aea149d502.zip |
Merge pull request #16098 from holiman/fix_import
main: add gc flags to import-command
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/chaincmd.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index 35bf576e1..85d0c3aca 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -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: ` |