Clarify error message for wallet info when server refresh fails. Better about text for wallet help restore (#608)
This commit is contained in:
committed by
Ignotus Peverell
parent
d28f37d5b3
commit
bff92128e7
+2
-1
@@ -257,7 +257,8 @@ fn main() {
|
||||
.about("Initialize a new wallet seed file."))
|
||||
|
||||
.subcommand(SubCommand::with_name("restore")
|
||||
.about("Attempt to restore wallet contents from the chain using seed and password.")))
|
||||
.about("Attempt to restore wallet contents from the chain using seed and password. \
|
||||
NOTE: Backup wallet.* and run `wallet listen` before running restore.")))
|
||||
|
||||
.get_matches();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user