aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-06-08 22:00:18 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-06-08 22:00:18 +0800
commit7c0eb47dfb957c045361cf7297b2935fd3e6a25a (patch)
tree50396453281fdd887592b134dd6d0690c6080b5e /cmd/geth
parentd31eab94fdf959c90512cf3d097dd7e3dcf11115 (diff)
downloadgo-tangerine-7c0eb47dfb957c045361cf7297b2935fd3e6a25a.tar
go-tangerine-7c0eb47dfb957c045361cf7297b2935fd3e6a25a.tar.gz
go-tangerine-7c0eb47dfb957c045361cf7297b2935fd3e6a25a.tar.bz2
go-tangerine-7c0eb47dfb957c045361cf7297b2935fd3e6a25a.tar.lz
go-tangerine-7c0eb47dfb957c045361cf7297b2935fd3e6a25a.tar.xz
go-tangerine-7c0eb47dfb957c045361cf7297b2935fd3e6a25a.tar.zst
go-tangerine-7c0eb47dfb957c045361cf7297b2935fd3e6a25a.zip
cmd/geth: fix the keystore path in the accounts help text
Diffstat (limited to 'cmd/geth')
-rw-r--r--cmd/geth/accountcmd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/accountcmd.go b/cmd/geth/accountcmd.go
index 0f9d95c2c..2c2308514 100644
--- a/cmd/geth/accountcmd.go
+++ b/cmd/geth/accountcmd.go
@@ -70,7 +70,7 @@ either new or import). Without it you are not able to unlock your account.
Note that exporting your key in unencrypted format is NOT supported.
-Keys are stored under <DATADIR>/keys.
+Keys are stored under <DATADIR>/keystore.
It is safe to transfer the entire directory or the individual keys therein
between ethereum nodes by simply copying.
Make sure you backup your keys regularly.