forked from LBRYCommunity/lbry-sdk
add missing flag in usage
This commit is contained in:
parent
7d82a4573f
commit
999e4209fa
1 changed files with 1 additions and 1 deletions
|
@ -2591,7 +2591,7 @@ class API:
|
||||||
Use --exclude_own_supports to exclude supports from the channel to itself.
|
Use --exclude_own_supports to exclude supports from the channel to itself.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
support sum <claim_id> [--include_channel_content]
|
support sum <claim_id> [--include_channel_content] [--exclude_own_supports]
|
||||||
{kwargs}
|
{kwargs}
|
||||||
"""
|
"""
|
||||||
items, total = await self.service.sum_supports(hex_str_to_hash(claim_id), include_channel_content, exclude_own_supports)
|
items, total = await self.service.sum_supports(hex_str_to_hash(claim_id), include_channel_content, exclude_own_supports)
|
||||||
|
|
Loading…
Reference in a new issue