aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2015-11-10 21:47:19 +0800
committerPéter Szilágyi <peterke@gmail.com>2015-11-10 21:47:19 +0800
commit9aa77a37690397b7450e86c411918b4c524a7065 (patch)
treece4b5cc50166c0bd9e2d5fbc7de77be9cf36cbd7 /cmd/geth/main.go
parentda6696862eff91736ec9a694026a14f984f85f57 (diff)
downloaddexon-9aa77a37690397b7450e86c411918b4c524a7065.tar
dexon-9aa77a37690397b7450e86c411918b4c524a7065.tar.gz
dexon-9aa77a37690397b7450e86c411918b4c524a7065.tar.bz2
dexon-9aa77a37690397b7450e86c411918b4c524a7065.tar.lz
dexon-9aa77a37690397b7450e86c411918b4c524a7065.tar.xz
dexon-9aa77a37690397b7450e86c411918b4c524a7065.tar.zst
dexon-9aa77a37690397b7450e86c411918b4c524a7065.zip
cmd/geth, cmd/utils: surface the light KDF flag to the CLI
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 0fb654eed..d63d20580 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -305,6 +305,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
utils.OlympicFlag,
utils.FastSyncFlag,
utils.CacheFlag,
+ utils.LightKDFFlag,
utils.JSpathFlag,
utils.ListenPortFlag,
utils.MaxPeersFlag,