add missing flag in usage

This commit is contained in:
Alex Grintsvayg 2020-11-11 16:59:53 -05:00
parent 7d82a4573f
commit 999e4209fa
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -2591,7 +2591,7 @@ class API:
Use --exclude_own_supports to exclude supports from the channel to itself.
Usage:
support sum <claim_id> [--include_channel_content]
support sum <claim_id> [--include_channel_content] [--exclude_own_supports]
{kwargs}
"""
items, total = await self.service.sum_supports(hex_str_to_hash(claim_id), include_channel_content, exclude_own_supports)