Changed "cliam" to "claim" and added accurate info for nsfw. (#1285)

* Changed "cliam" to "claim" and added accurate info for nsfw.
* Update CHANGELOG.md
This commit is contained in:
ocornoc 2018-07-05 09:00:43 -07:00 committed by Lex Berezhny
parent 14efa94382
commit 148cc96025
5 changed files with 16 additions and 16 deletions

View file

@ -13,7 +13,7 @@ at anytime.
* *
### Fixed ### Fixed
* * daemon cli spelling fixes
* *
### Deprecated ### Deprecated

View file

@ -1454,7 +1454,7 @@ Returns:
'is_spent': (bool) true if claim is abandoned, false otherwise 'is_spent': (bool) true if claim is abandoned, false otherwise
'name': (str) name of the claim 'name': (str) name of the claim
'permanent_url': (str) permanent url of the claim, 'permanent_url': (str) permanent url of the claim,
'txid': (str) txid of the cliam 'txid': (str) txid of the claim
'nout': (int) nout of the claim 'nout': (int) nout of the claim
'value': (str) value of the claim 'value': (str) value of the claim
}, },
@ -1893,7 +1893,7 @@ Options:
--license_url=<license_url> : (str) publication license url --license_url=<license_url> : (str) publication license url
--thumbnail=<thumbnail> : (str) thumbnail url --thumbnail=<thumbnail> : (str) thumbnail url
--preview=<preview> : (str) preview url --preview=<preview> : (str) preview url
--nsfw=<nsfw> : (bool) title of the publication --nsfw=<nsfw> : (bool) whether the content is nsfw
--sources=<sources> : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file --sources=<sources> : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file
--channel_name=<channel_name> : (str) name of the publisher channel name in the wallet --channel_name=<channel_name> : (str) name of the publisher channel name in the wallet
--channel_id=<channel_id> : (str) claim id of the publisher channel, does not check --channel_id=<channel_id> : (str) claim id of the publisher channel, does not check
@ -2563,4 +2563,4 @@ Returns:
</body> </body>
</html> </html>

View file

@ -1380,7 +1380,7 @@ Returns:
'is_spent': (bool) true if claim is abandoned, false otherwise 'is_spent': (bool) true if claim is abandoned, false otherwise
'name': (str) name of the claim 'name': (str) name of the claim
'permanent_url': (str) permanent url of the claim, 'permanent_url': (str) permanent url of the claim,
'txid': (str) txid of the cliam 'txid': (str) txid of the claim
'nout': (int) nout of the claim 'nout': (int) nout of the claim
'value': (str) value of the claim 'value': (str) value of the claim
}, },
@ -1733,7 +1733,7 @@ Args:
'license_url' : (str) publication license url 'license_url' : (str) publication license url
'thumbnail' : (str) thumbnail url 'thumbnail' : (str) thumbnail url
'preview' : (str) preview url 'preview' : (str) preview url
'nsfw' : (bool) title of the publication 'nsfw' : (bool) whether the content is nsfw
'sources' : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file 'sources' : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file
'channel_name' : (str) name of the publisher channel name in the wallet 'channel_name' : (str) name of the publisher channel name in the wallet
'channel_id' : (str) claim id of the publisher channel, does not check 'channel_id' : (str) claim id of the publisher channel, does not check
@ -2289,4 +2289,4 @@ Returns:
</body> </body>
</html> </html>

File diff suppressed because one or more lines are too long

View file

@ -2012,7 +2012,7 @@ class Daemon(AuthJSONRPCServer):
--license_url=<license_url> : (str) publication license url --license_url=<license_url> : (str) publication license url
--thumbnail=<thumbnail> : (str) thumbnail url --thumbnail=<thumbnail> : (str) thumbnail url
--preview=<preview> : (str) preview url --preview=<preview> : (str) preview url
--nsfw=<nsfw> : (bool) title of the publication --nsfw=<nsfw> : (bool) whether the content is nsfw
--sources=<sources> : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file --sources=<sources> : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file
--channel_name=<channel_name> : (str) name of the publisher channel name in the wallet --channel_name=<channel_name> : (str) name of the publisher channel name in the wallet
--channel_id=<channel_id> : (str) claim id of the publisher channel, does not check --channel_id=<channel_id> : (str) claim id of the publisher channel, does not check
@ -2325,7 +2325,7 @@ class Daemon(AuthJSONRPCServer):
'is_spent': (bool) true if claim is abandoned, false otherwise 'is_spent': (bool) true if claim is abandoned, false otherwise
'name': (str) name of the claim 'name': (str) name of the claim
'permanent_url': (str) permanent url of the claim, 'permanent_url': (str) permanent url of the claim,
'txid': (str) txid of the cliam 'txid': (str) txid of the claim
'nout': (int) nout of the claim 'nout': (int) nout of the claim
'value': (str) value of the claim 'value': (str) value of the claim
}, },