diff options
author | Felix Lange <fjl@twurst.com> | 2016-06-08 23:22:52 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-06-08 23:22:52 +0800 |
commit | c75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1 (patch) | |
tree | 50396453281fdd887592b134dd6d0690c6080b5e | |
parent | d31eab94fdf959c90512cf3d097dd7e3dcf11115 (diff) | |
parent | 7c0eb47dfb957c045361cf7297b2935fd3e6a25a (diff) | |
download | dexon-c75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1.tar.gz dexon-c75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1.tar.zst dexon-c75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1.zip |
Merge pull request #2673 from karalabe/fix-accounts-usage-text
cmd/geth: fix the keystore path in the accounts help text
-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. |