From f1275309ede592b31b1bd8908b61d12661d7387e Mon Sep 17 00:00:00 2001 From: Julie Sigwart Date: Fri, 2 Feb 2018 20:50:31 -0800 Subject: [PATCH] Typo in sample command to list claims (#356) --- 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 880deb67..5d73c15f 100644 --- a/content/faq/how-to-cli.md +++ b/content/faq/how-to-cli.md @@ -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 ## 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= --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` - Retrieve information about all claims at lbry://one