From aa07862ad7db3180ba4186dca489272c6fee4946 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 9 Jul 2024 19:02:07 +0200 Subject: [PATCH] Update 0.2.2.md --- documentation/docs/changelog/0.2.2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.