aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-02-15 18:34:33 +0800
committerGitHub <noreply@github.com>2018-02-15 18:34:33 +0800
commitb92276c7005cf7286f1e5ebdc8ac75aea149d502 (patch)
tree4ef97dd5745e009c1774ba6f38598b3b874db0bf /cmd
parentdc7ca52b3b7c84e8371ea0c1acde327149df6c50 (diff)
parentde93a9d43799bd4e9d6e3966c23ff9d7d053b50f (diff)
downloadgo-tangerine-b92276c7005cf7286f1e5ebdc8ac75aea149d502.tar
go-tangerine-b92276c7005cf7286f1e5ebdc8ac75aea149d502.tar.gz
go-tangerine-b92276c7005cf7286f1e5ebdc8ac75aea149d502.tar.bz2
go-tangerine-b92276c7005cf7286f1e5ebdc8ac75aea149d502.tar.lz
go-tangerine-b92276c7005cf7286f1e5ebdc8ac75aea149d502.tar.xz
go-tangerine-b92276c7005cf7286f1e5ebdc8ac75aea149d502.tar.zst
go-tangerine-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.go3
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: `