diff options
-rw-r--r-- | acme_dns_tiny.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acme_dns_tiny.py b/acme_dns_tiny.py index 6784eb8..39e0be3 100644 --- a/acme_dns_tiny.py +++ b/acme_dns_tiny.py @@ -21,7 +21,7 @@ Options: --quiet suppress output except for errors --verbose show all debug information on stderr --acme-directory=URL where to make acme request, default is Let's Encrypt - --contact=MAIL create/update mail contact information + --contact=MAIL create/update contact info (ex "mailto:x@example.com") --ttl=SECONDS time before (re)try self check --script=PATH script to run to update the DNS server record |