aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-08-03 12:32:47 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-08-04 00:39:34 +0800
commit4a260dc1f28719be860937a2b0c9574d59e51ab9 (patch)
tree9a7c8f141ff326b2d9d895c5848acc1ce8251bc6 /cmd/geth/main.go
parentbc0e6a5e68904b2a1251240b85dd97dc8fa07e11 (diff)
downloadgo-tangerine-4a260dc1f28719be860937a2b0c9574d59e51ab9.tar
go-tangerine-4a260dc1f28719be860937a2b0c9574d59e51ab9.tar.gz
go-tangerine-4a260dc1f28719be860937a2b0c9574d59e51ab9.tar.bz2
go-tangerine-4a260dc1f28719be860937a2b0c9574d59e51ab9.tar.lz
go-tangerine-4a260dc1f28719be860937a2b0c9574d59e51ab9.tar.xz
go-tangerine-4a260dc1f28719be860937a2b0c9574d59e51ab9.tar.zst
go-tangerine-4a260dc1f28719be860937a2b0c9574d59e51ab9.zip
cmd: add makecache cmd, use caches during import cmd
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index e89f88ec9..58e949806 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -157,6 +157,7 @@ func init() {
attachCommand,
javascriptCommand,
// See misccmd.go:
+ makecacheCommand,
makedagCommand,
versionCommand,
bugCommand,