From 0d70c2c61f71002bd5767958384bd3cdd1ef6442 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 26 Jun 2019 16:53:10 +0200 Subject: [PATCH] dnsdist: Update doc wording for `quiet` --- pdns/dnsdistdist/docs/rules-actions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 26c8d4cc89..504b41db9e 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -625,7 +625,7 @@ These ``DNSRule``\ s be one of the following items: :param NetMaskGroup nmg: The NetMaskGroup to match on :param bool src: Whether to match source or destination address of the packet. Defaults to true (matches source) - :param bool quiet: Do not return the list of matched netmasks. Default is false. + :param bool quiet: Do not display the list of matched netmasks in Rules. Default is false. .. function:: OpcodeRule(code) @@ -769,7 +769,7 @@ These ``DNSRule``\ s be one of the following items: To match domain names exactly, see :func:`QNameSetRule`. :param SuffixMatchNode smb: The SuffixMatchNode to match on - :param bool quiet: Do not return the list of matched domains. Default is false. + :param bool quiet: Do not display the list of matched domains in Rules. Default is false. .. function:: TagRule(name [, value]) -- 2.47.2