From: Pieter Lexis Date: Wed, 26 Jun 2019 14:53:10 +0000 (+0200) Subject: dnsdist: Update doc wording for `quiet` X-Git-Tag: dnsdist-1.4.0-rc1~91^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7992%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Update doc wording for `quiet` --- 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])