From e7a4cfbfdf9e7c32233975806721ad036759e40d Mon Sep 17 00:00:00 2001 From: NoahAndrews Date: Sat, 16 Dec 2017 14:48:14 -0500 Subject: [PATCH] Fix "retrieve" typo --- content/faq/how-to-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/faq/how-to-cli.md b/content/faq/how-to-cli.md index c07bfea3..64dfa4ae 100644 --- a/content/faq/how-to-cli.md +++ b/content/faq/how-to-cli.md @@ -27,6 +27,6 @@ In addition to the JSON commands available in the [LBRY API Quickstart Guide](ht - `lbrynet-cli claim list mine` - Show list of own claims, including channels - `lbrynet-cli claim_new_support --name=@channel --claim_id= --amount=5` - add 5 LBC to a claim or channel - `lbrynet-cli resolve one` - Retrieve information about winning claim at lbry://one -- `lbrynet-cli claim_list one` - Retreive information about all claims at lbry://one +- `lbrynet-cli claim_list one` - Retrieve information about all claims at lbry://one - `lbrynet-cli claim_abandon --claim_id=` - Abandon claim by claim id (from claim info) - `lbrynet-cli claim_abandon --txid= --nout=` - Abandon claim by transaction id and nout (from claim info)