Typo in sample command to list claims (#356)

This commit is contained in:
Julie Sigwart 2018-02-02 20:50:31 -08:00 committed by Thomas Zarebczan
parent b36b3fbc27
commit f1275309ed

View file

@ -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