aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-06-08 23:22:52 +0800
committerFelix Lange <fjl@twurst.com>2016-06-08 23:22:52 +0800
commitc75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1 (patch)
tree50396453281fdd887592b134dd6d0690c6080b5e
parentd31eab94fdf959c90512cf3d097dd7e3dcf11115 (diff)
parent7c0eb47dfb957c045361cf7297b2935fd3e6a25a (diff)
downloaddexon-c75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1.tar
dexon-c75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1.tar.gz
dexon-c75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1.tar.bz2
dexon-c75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1.tar.lz
dexon-c75d3b0ede005afc30aaa61f27bb5bbe2cf6a3f1.tar.xz
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.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.