forked from LBRYCommunity/lbry-sdk
fix definitions, bump metadata
This commit is contained in:
parent
33e266a0f4
commit
aa6d78b515
2 changed files with 6 additions and 6 deletions
|
@ -612,7 +612,7 @@ class API:
|
||||||
get <uri> [<file_name> | --file_name=<file_name>]
|
get <uri> [<file_name> | --file_name=<file_name>]
|
||||||
[<download_directory> | --download_directory=<download_directory>]
|
[<download_directory> | --download_directory=<download_directory>]
|
||||||
[<timeout> | --timeout=<timeout>]
|
[<timeout> | --timeout=<timeout>]
|
||||||
[--save_file=<save_file>] [--wallet_id=<wallet_id>]
|
[--save_file] [--wallet_id=<wallet_id>]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
return await self.service.get(
|
return await self.service.get(
|
||||||
|
@ -2755,7 +2755,7 @@ class API:
|
||||||
List my transaction outputs.
|
List my transaction outputs.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
txo list [--include_received_tips] [--resolve] [--order_by]
|
txo list [--include_received_tips] [--resolve] [--order_by=<order_by>]
|
||||||
{kwargs}
|
{kwargs}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue