From c8ed14c647544414023e05ba1fe9c44fbd765830 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Thu, 15 Apr 2021 21:56:19 +0800 Subject: [PATCH] docs: Fix typo in program deploy instructions (#16572) --- docs/src/cli/deploy-a-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/cli/deploy-a-program.md b/docs/src/cli/deploy-a-program.md index bd12de4462..3f9fb38bf1 100644 --- a/docs/src/cli/deploy-a-program.md +++ b/docs/src/cli/deploy-a-program.md @@ -142,7 +142,7 @@ Or to recover the account's lamports, pass it as the To recover the keypair: ```bash -solana-keypair recover -o +solana-keygen recover -o ``` When asked, enter the 12-word seed phrase.