From 86b05a97019b9646766a2bd67cb5735caaa67647 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 19 Feb 2022 19:36:17 +0100 Subject: [PATCH] docs: fix typos for usage hostingde example (#1595) --- docs/content/dns/zz_gen_hostingde.md | 2 +- providers/dns/hostingde/hostingde.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/dns/zz_gen_hostingde.md b/docs/content/dns/zz_gen_hostingde.md index 07d1d93f..545e5d0b 100644 --- a/docs/content/dns/zz_gen_hostingde.md +++ b/docs/content/dns/zz_gen_hostingde.md @@ -22,7 +22,7 @@ Here is an example bash command using the Hosting.de provider: ```bash HOSTINGDE_API_KEY=xxxxxxxx \ -lego -email myemail@example.com --dns hostingde --domains my.example.org -run +lego --email myemail@example.com --dns hostingde --domains my.example.org run ``` diff --git a/providers/dns/hostingde/hostingde.toml b/providers/dns/hostingde/hostingde.toml index 361f6466..3cd423bc 100644 --- a/providers/dns/hostingde/hostingde.toml +++ b/providers/dns/hostingde/hostingde.toml @@ -6,7 +6,7 @@ Since = "v1.1.0" Example = ''' HOSTINGDE_API_KEY=xxxxxxxx \ -lego -email myemail@example.com --dns hostingde --domains my.example.org -run +lego --email myemail@example.com --dns hostingde --domains my.example.org run ''' [Configuration]