diff --git a/lbrynet/extras/daemon/Daemon.py b/lbrynet/extras/daemon/Daemon.py index f761ca065..97529e4d5 100644 --- a/lbrynet/extras/daemon/Daemon.py +++ b/lbrynet/extras/daemon/Daemon.py @@ -1706,7 +1706,7 @@ class Daemon(metaclass=JSONRPCServerType): 'support_amount', 'trending_group', 'trending_mixed', 'trending_local', 'trending_global', 'activation_height' --height= : (int) limit by block height (supports equality constraints) - --activation_height=: (int) height at which claim starts competing for name + --activation_height=: (int) height at which claim starts competing for name (supports equality constraints) --publish_time= : (int) limit by UTC timestamp of containing block (supports equality constraints) @@ -1716,13 +1716,13 @@ class Daemon(metaclass=JSONRPCServerType): a release time the publish time is used instead (supports equality constraints) --amount= : (int) limit by claim value (supports equality constraints) - --support_amount=: (int) limit by supports and tips recieved (supports + --support_amount=: (int) limit by supports and tips recieved (supports equality constraints) - --effective_amount=: (int) limit by total value (initial claim value plus + --effective_amount=: (int) limit by total value (initial claim value plus all tips and supports received), this amount is blank until claim has reached activation height (supports equality constraints) - --trending_group=: (int) group numbers 1 through 4 representing the + --trending_group=: (int) group numbers 1 through 4 representing the trending groups of the content: 4 means content is trending globally and independently, 3 means content is not trending globally but is @@ -1730,15 +1730,15 @@ class Daemon(metaclass=JSONRPCServerType): trending globally but not independently and 1 means it's not trending globally or locally (supports equality constraints) - --trending_mixed=: (int) trending amount taken from the global or local + --trending_mixed=: (int) trending amount taken from the global or local value depending on the trending group: 4 - global value, 3 - local value, 2 - global value, 1 - local value (supports equality constraints) - --trending_local=: (int) trending value calculated relative only to + --trending_local=: (int) trending value calculated relative only to the individual contents past history (supports equality constraints) - --trending_global=: (int) trending value calculated relative to all + --trending_global=: (int) trending value calculated relative to all trending content globally (supports equality constraints) --any_tags= : (list) find claims containing any of the tags