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-14 22:11:47 +0800 |
commit | a93d63d5767cca58dd14bce7f659de099ee561c0 (patch) | |
tree | 0a97b91cf8cde952dcd2d5a40442ea3f56435a89 | |
parent | 7fb72dbcbf5e0c7fbd9c5f132e9236a49c415861 (diff) | |
download | go-tangerine-a93d63d5767cca58dd14bce7f659de099ee561c0.tar go-tangerine-a93d63d5767cca58dd14bce7f659de099ee561c0.tar.gz go-tangerine-a93d63d5767cca58dd14bce7f659de099ee561c0.tar.bz2 go-tangerine-a93d63d5767cca58dd14bce7f659de099ee561c0.tar.lz go-tangerine-a93d63d5767cca58dd14bce7f659de099ee561c0.tar.xz go-tangerine-a93d63d5767cca58dd14bce7f659de099ee561c0.tar.zst go-tangerine-a93d63d5767cca58dd14bce7f659de099ee561c0.zip |
[release/1.4.7] cmd/geth: fix the keystore path in the accounts help text
(cherry picked from commit 7c0eb47dfb957c045361cf7297b2935fd3e6a25a)
-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. |