]> granicus.if.org Git - pdns/commitdiff
dnsdist: Update doc wording for `quiet`
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 26 Jun 2019 14:53:10 +0000 (16:53 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 26 Jun 2019 14:53:22 +0000 (16:53 +0200)
pdns/dnsdistdist/docs/rules-actions.rst

index 26c8d4cc890af4a6c801eb1c9fbbcccfc815235f..504b41db9e98fa598353924872298a757bd0e1d2 100644 (file)
@@ -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])