diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-05-22 00:01:57 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-05-22 00:01:57 +0800 |
commit | f1cc3619f5bed55d803532f65f80b38fa760664b (patch) | |
tree | b59099b5e3527b7e478aaf08c48ace8a4c67d6f8 /cmd/geth/main.go | |
parent | af28736bd0f01176fa95b715e48476dd8269b942 (diff) | |
parent | bed80133e0573ebeefa201a15b20188198adf0ac (diff) | |
download | go-tangerine-f1cc3619f5bed55d803532f65f80b38fa760664b.tar go-tangerine-f1cc3619f5bed55d803532f65f80b38fa760664b.tar.gz go-tangerine-f1cc3619f5bed55d803532f65f80b38fa760664b.tar.bz2 go-tangerine-f1cc3619f5bed55d803532f65f80b38fa760664b.tar.lz go-tangerine-f1cc3619f5bed55d803532f65f80b38fa760664b.tar.xz go-tangerine-f1cc3619f5bed55d803532f65f80b38fa760664b.tar.zst go-tangerine-f1cc3619f5bed55d803532f65f80b38fa760664b.zip |
Merge pull request #1055 from ethersphere/autodag
automatic DAG pregeneration for smooth epoch transitions
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index ba253bbeb..6d345a18b 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -117,7 +117,7 @@ passwordfile as argument containing the wallet password in plaintext. Manage accounts lets you create new accounts, list all existing accounts, import a private key into a new account. -'account help' shows a list of subcommands or help for one subcommand. +' help' shows a list of subcommands or help for one subcommand. It supports interactive mode, when you are prompted for password as well as non-interactive mode where passwords are supplied via a given password file. @@ -257,6 +257,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso utils.GasPriceFlag, utils.MinerThreadsFlag, utils.MiningEnabledFlag, + utils.AutoDAGFlag, utils.NATFlag, utils.NatspecEnabledFlag, utils.NodeKeyFileFlag, |