From: Matthijs Mekking Date: Fri, 6 Feb 2026 11:29:22 +0000 (+0100) Subject: Add rndc dnssec -step command to usage X-Git-Tag: v9.21.19~25^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd61d8773cfe5b5ec119d8dd453348c7dcf8f7b;p=thirdparty%2Fbind9.git Add rndc dnssec -step command to usage The `-step` argument was erroneously omitted from the usage output. --- diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index dc5b536f4e6..faa3115f311 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -111,6 +111,10 @@ command is one of the following:\n\ dnssec -status zone [class [view]]\n\ Show the DNSSEC signing state for the specified zone.\n\ Requires the zone to have a dnssec-policy.\n\ + dnssec -step zone [class [view]]\n\ + Run the key manager for a zone configured with a\n\ + dnssec-policy in manual mode, executing the operations that\n\ + had previously been blocked (if any).\n\ dnstap -reopen\n\ Close, truncate and re-open the DNSTAP output file.\n\ dnstap -roll [count]\n\