mirror of https://github.com/CrimsonTome/tldr.git
cli53: fix missing curly brace (#11372)
parent
676caa253c
commit
9eae15643e
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
- Create a `www` subdomain pointing to an IP address:
|
- Create a `www` subdomain pointing to an IP address:
|
||||||
|
|
||||||
`cli53 {{rc|rrcreate}} {{mydomain.com} {{'www 300 A 150.130.110.1'}}`
|
`cli53 {{rc|rrcreate}} {{mydomain.com}} {{'www 300 A 150.130.110.1'}}`
|
||||||
|
|
||||||
- Replace a `www` subdomain pointing to a different IP:
|
- Replace a `www` subdomain pointing to a different IP:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue