]> granicus.if.org Git - ejabberd/commitdiff
Slightly improve arg example
authorEvgeny Khramtsov <ekhramtsov@process-one.net>
Sat, 21 Sep 2019 22:03:08 +0000 (01:03 +0300)
committerEvgeny Khramtsov <ekhramtsov@process-one.net>
Sat, 21 Sep 2019 22:03:08 +0000 (01:03 +0300)
src/ejabberd_acme.erl

index 1f1cc4c97a8893cec7fdd853003e4efb216ec414..5522471369f9cc0b01f22380073dcfe20b2e644a 100644 (file)
@@ -448,7 +448,7 @@ get_commands_spec() ->
                               "domains: all | domain1,domain2,...",
                        module = ?MODULE, function = request_certificate,
                        args_desc = ["Domains for which to acquire a certificate"],
-                       args_example = ["all | www.example.com,www.example1.net"],
+                       args_example = ["all | domain.tld,conference.domain.tld,..."],
                        args = [{domains, string}],
                        result = {res, restuple}},
      #ejabberd_commands{name = list_certificates, tags = [acme],