diff --git a/certbot-dns-ovh/certbot_dns_ovh/__init__.py b/certbot-dns-ovh/certbot_dns_ovh/__init__.py index 47f8bda9f..d508fad1b 100644 --- a/certbot-dns-ovh/certbot_dns_ovh/__init__.py +++ b/certbot-dns-ovh/certbot_dns_ovh/__init__.py @@ -72,7 +72,7 @@ Examples certbot certonly \\ --dns-ovh \\ - --dns-ovh-credentials ~/.secrets/certbot/ohv.ini \\ + --dns-ovh-credentials ~/.secrets/certbot/ovh.ini \\ -d example.com .. code-block:: bash