From eca83d7f47e28fa3664f12349b18387f84b77e3d Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 29 Mar 2019 10:38:34 -0400 Subject: [PATCH] --clear-tags -> --clear_tags --- lbrynet/extras/daemon/Daemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbrynet/extras/daemon/Daemon.py b/lbrynet/extras/daemon/Daemon.py index 35168c99c..6edf9c359 100644 --- a/lbrynet/extras/daemon/Daemon.py +++ b/lbrynet/extras/daemon/Daemon.py @@ -1825,7 +1825,7 @@ class Daemon(metaclass=JSONRPCServerType): Usage: channel_update ( | --claim_id=) [ | --bid=] - [--tags=...] [--clear-tags] [--title=] [--description=<description>] + [--tags=<tags>...] [--clear_tags] [--title=<title>] [--description=<description>] [--language=<language>] [--contact_email=<contact_email>] [--homepage_url=<homepage_url>] [--thumbnail_url=<thumbnail_url>] [--cover_url=<cover_url>] [--account_id=<account_id>] [--claim_address=<claim_address>] [--new-signing-key] [--preview] @@ -1834,7 +1834,7 @@ class Daemon(metaclass=JSONRPCServerType): --claim_id=<claim_id> : (str) claim_id of the channel to update --bid=<bid> : (decimal) amount to back the claim --tags=<tags> : (list) add content tags - --clear-tags : (bool) clear existing tags (prior to adding new ones) + --clear_tags : (bool) clear existing tags (prior to adding new ones) --title=<title> : (str) title of the publication --description=<description> : (str) description of the publication --language=<language> : (str) primary language of the channel