mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-02 10:15:10 +00:00
Typo in sample command to list claims (#356)
This commit is contained in:
parent
b36b3fbc27
commit
f1275309ed
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ In addition to the JSON commands available in the [LBRY API Quickstart Guide](ht
|
||||||
1. See examples below or [LBRY CLI documentation](https://lbryio.github.io/lbry/cli/) for additional commands
|
1. See examples below or [LBRY CLI documentation](https://lbryio.github.io/lbry/cli/) for additional commands
|
||||||
|
|
||||||
## Common/Sample Commands
|
## Common/Sample Commands
|
||||||
- `lbrynet-cli claim list mine` - Show list of own claims, including channels
|
- `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 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 resolve one` - Retrieve information about winning claim at lbry://one
|
||||||
- `lbrynet-cli claim_list one` - Retrieve information about all claims at lbry://one
|
- `lbrynet-cli claim_list one` - Retrieve information about all claims at lbry://one
|
||||||
|
|
Loading…
Add table
Reference in a new issue