docs: fix typos for usage hostingde example (#1595)
This commit is contained in:
parent
7d9176bd0d
commit
86b05a9701
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ Here is an example bash command using the Hosting.de provider:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
HOSTINGDE_API_KEY=xxxxxxxx \
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ Since = "v1.1.0"
|
||||||
|
|
||||||
Example = '''
|
Example = '''
|
||||||
HOSTINGDE_API_KEY=xxxxxxxx \
|
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]
|
[Configuration]
|
||||||
|
|
Loading…
Reference in a new issue