mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 17:31:26 +00:00
Fix "retrieve" typo
This commit is contained in:
parent
b5c111852f
commit
e7a4cfbfdf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue