diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-19 05:53:30 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-19 05:53:30 +0800 |
commit | 03b4cf74a2d2ce2f1ff39f0354b9577425e6524e (patch) | |
tree | 298438f89fcc08497af20e59ed15975883388837 /cmd/geth/main.go | |
parent | d34e4dc5ac2fc80c727e01ad175d3137316247a1 (diff) | |
download | dexon-03b4cf74a2d2ce2f1ff39f0354b9577425e6524e.tar.gz dexon-03b4cf74a2d2ce2f1ff39f0354b9577425e6524e.tar.zst dexon-03b4cf74a2d2ce2f1ff39f0354b9577425e6524e.zip |
geth: added identity flag which allows to set a custom node name
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index c0953d75e..dab167bbb 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -218,6 +218,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso }, } app.Flags = []cli.Flag{ + utils.IdentityFlag, utils.UnlockedAccountFlag, utils.PasswordFileFlag, utils.BootnodesFlag, |