diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-06-08 22:00:18 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-06-08 22:00:18 +0800 |
commit | 7c0eb47dfb957c045361cf7297b2935fd3e6a25a (patch) | |
tree | 50396453281fdd887592b134dd6d0690c6080b5e /cmd | |
parent | d31eab94fdf959c90512cf3d097dd7e3dcf11115 (diff) | |
download | go-tangerine-7c0eb47dfb957c045361cf7297b2935fd3e6a25a.tar.gz go-tangerine-7c0eb47dfb957c045361cf7297b2935fd3e6a25a.tar.zst go-tangerine-7c0eb47dfb957c045361cf7297b2935fd3e6a25a.zip |
cmd/geth: fix the keystore path in the accounts help text
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/accountcmd.go | 2 |
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. |