From 7c0eb47dfb957c045361cf7297b2935fd3e6a25a Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Wed, 8 Jun 2016 17:00:18 +0300 Subject: cmd/geth: fix the keystore path in the accounts help text --- cmd/geth/accountcmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/geth') 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 /keys. +Keys are stored under /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. -- cgit