forked from LBRYCommunity/lbry-sdk
fix test
This commit is contained in:
parent
28413742cc
commit
2f56f7f0e0
1 changed files with 2 additions and 1 deletions
|
@ -252,12 +252,13 @@ class TestGenerator(TestCase):
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
thing delete <value1>
|
thing delete <value1>
|
||||||
[--change_account_id=<change_account_id>]
|
[--wallet_id=<wallet_id>] [--change_account_id=<change_account_id>]
|
||||||
[--fund_account_id=<fund_account_id>...] [--preview] [--no_wait]
|
[--fund_account_id=<fund_account_id>...] [--preview] [--no_wait]
|
||||||
[--page=<page>] [--page_size=<page_size>] [--include_total]
|
[--page=<page>] [--page_size=<page_size>] [--include_total]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--value1=<value1> : (str)
|
--value1=<value1> : (str)
|
||||||
|
--wallet_id=<wallet_id> : (str) restrict operation to specific wallet
|
||||||
--change_account_id=<change_account_id> : (str) account to send excess change (LBC)
|
--change_account_id=<change_account_id> : (str) account to send excess change (LBC)
|
||||||
--fund_account_id=<fund_account_id> : (str, list) accounts to fund the
|
--fund_account_id=<fund_account_id> : (str, list) accounts to fund the
|
||||||
transaction
|
transaction
|
||||||
|
|
Loading…
Reference in a new issue