From cdf61551020283c9f6b1c61e5ad42e11ae5e351e Mon Sep 17 00:00:00 2001 From: hackrush Date: Thu, 6 Sep 2018 01:08:30 +0530 Subject: [PATCH] Added which characters are acceptable in the name field of publish command --- lbrynet/daemon/Daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/daemon/Daemon.py b/lbrynet/daemon/Daemon.py index 169851cbe..62571f26f 100644 --- a/lbrynet/daemon/Daemon.py +++ b/lbrynet/daemon/Daemon.py @@ -2148,7 +2148,7 @@ class Daemon(AuthJSONRPCServer): [--claim_address=] [--change_address=] Options: - --name= : (str) name of the content + --name= : (str) name of the content (can only consist of a-z A-Z 0-9 and -(dash)) --bid= : (decimal) amount to back the claim --metadata= : (dict) ClaimDict to associate with the claim. --file_path= : (str) path to file to be associated with name. If provided,