mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-18 17:41:19 +00:00
Merge branch 'develop'
This commit is contained in:
commit
95b7c9e09c
@ -23,7 +23,15 @@ import (
|
|||||||
// recoverCmd represents the recover command
|
// recoverCmd represents the recover command
|
||||||
var recoverCmd = &cobra.Command{
|
var recoverCmd = &cobra.Command{
|
||||||
Use: "recover [name]",
|
Use: "recover [name]",
|
||||||
Short: "Change the password for a private key",
|
Short: "Recover a private key from a seed phrase",
|
||||||
|
Long: `Recover a private key from a seed phrase.
|
||||||
|
|
||||||
|
I really hope you wrote this down when you created the new key.
|
||||||
|
The seed is only displayed on creation, never again.
|
||||||
|
|
||||||
|
You can also use this to copy a key between multiple testnets,
|
||||||
|
simply by "recovering" the key in the other nets you want to copy
|
||||||
|
to. Of course, it has no coins on the other nets, just the same address.`,
|
||||||
RunE: runRecoverCmd,
|
RunE: runRecoverCmd,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user