Fix "retrieve" typo

This commit is contained in:
NoahAndrews 2017-12-16 14:48:14 -05:00
parent b5c111852f
commit e7a4cfbfdf

View file

@ -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=<claimid> --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=<claimid>` - Abandon claim by claim id (from claim info)
- `lbrynet-cli claim_abandon --txid=<txid> --nout=<nout>` - Abandon claim by transaction id and nout (from claim info)