From: Evan Hunt Date: Wed, 19 Feb 2020 23:40:50 +0000 (-0800) Subject: use "on|off" in rndc -h output to match the man page X-Git-Tag: v9.17.1~94^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=770bf4980ff416ff5c5c22705020d1d93045a283;p=thirdparty%2Fbind9.git use "on|off" in rndc -h output to match the man page --- diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 12254714e62..1713671186d 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -160,7 +160,7 @@ command is one of the following:\n\ scan Scan available network interfaces for changes.\n\ secroots [view ...]\n\ Write security roots to the secroots file.\n\ - serve-stale [ yes | no | reset | status ] [class [view]]\n\ + serve-stale [ on | off | reset | status ] [class [view]]\n\ Control whether stale answers are returned\n\ showzone zone [class [view]]\n\ Print a zone's configuration.\n\ @@ -204,7 +204,7 @@ command is one of the following:\n\ Delete a TKEY-negotiated TSIG key.\n\ tsig-list List all currently active TSIG keys, including both statically\n\ configured and TKEY-negotiated keys.\n\ - validation [ yes | no | status ] [view]\n\ + validation [ on | off | status ] [view]\n\ Enable / disable DNSSEC validation.\n\ zonestatus zone [class [view]]\n\ Display the current status of a zone.\n\