diff --git a/documentation/docs/changelog/0.2.2.md b/documentation/docs/changelog/0.2.2.md index 34e5044e..36bd940e 100644 --- a/documentation/docs/changelog/0.2.2.md +++ b/documentation/docs/changelog/0.2.2.md @@ -33,12 +33,12 @@ New command `opencli domains-dnssec` is available and allows administrators to e - to update the zone after publishing new records: ``` - opencli domains-dnssec --update + opencli domains-dnssec example.com --update ``` - to check if domain has dnssec enabled and view DS records: ``` - opencli domains-dnssec --check + opencli domains-dnssec example.com --check ``` Please note that this feature is still experimental and there is still no UI for it in OpenPanel interface.