aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth
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
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')
-rw-r--r--cmd/geth/main.go1
-rw-r--r--cmd/geth/usage.go1
2 files changed, 2 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,
diff --git a/cmd/geth/usage.go b/cmd/geth/usage.go
index 9223b7cd6..5c09e29ce 100644
--- a/cmd/geth/usage.go
+++ b/cmd/geth/usage.go
@@ -69,6 +69,7 @@ var AppHelpFlagGroups = []flagGroup{
utils.GenesisFileFlag,
utils.IdentityFlag,
utils.FastSyncFlag,
+ utils.LightKDFFlag,
utils.CacheFlag,
utils.BlockchainVersionFlag,
},