From d2811f0b1140df06e5fc5c07079491f90d811572 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Mon, 14 Oct 2019 09:59:05 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b8f107..6861a77 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,5 @@ CLI arguments you can pass to `zecwallet-cli` * Example: `./zecwallet-cli --server 127.0.0.1:9067` * `--seed`: Restore a wallet from a seed phrase. Note that this will fail if there is an existing wallet. Delete (or move) any existing wallet to restore from the 24-word seed phrase * Example: `./zecwallet-cli --seed "twenty four words seed phrase"` + * `--recover`: Attempt to recover the seed phrase from a corrupted wallet +