Pārlūkot izejas kodu

Merge pull request #2673 from karalabe/fix-accounts-usage-text

cmd/geth: fix the keystore path in the accounts help text
Felix Lange 9 gadi atpakaļ
vecāks
revīzija
c75d3b0ede
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cmd/geth/accountcmd.go

+ 1 - 1
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.