]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
doc/kdig: mark options enabled by default with (*) only
authorDavid Vašek <david.vasek@nic.cz>
Thu, 10 Apr 2025 14:45:53 +0000 (16:45 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Fri, 11 Apr 2025 05:09:42 +0000 (07:09 +0200)
doc/man_kdig.rst

index 9a62ea026c50efe6a554d27f38ac0da06919d47a..358f34b8eae25ed1ba9075a1283f465aad5124a1 100644 (file)
@@ -142,7 +142,7 @@ Options
 
 **+**\ [\ **no**\ ]\ **crypto**
   Display the DNSSEC keys and signatures values in base64, instead of omitting them.
-  Enabled by default.
+  (*)
 
 **+**\ [\ **no**\ ]\ **aaflag**
   Set the AA flag.
@@ -151,7 +151,7 @@ Options
   Set the TC flag.
 
 **+**\ [\ **no**\ ]\ **rdflag**
-  Set the RD flag. Enabled by default.
+  Set the RD flag. (*)
 
 **+**\ [\ **no**\ ]\ **recurse**
   Same as **+**\ [\ **no**\ ]\ **rdflag**
@@ -163,7 +163,7 @@ Options
   Set the zero flag bit.
 
 **+**\ [\ **no**\ ]\ **adflag**
-  Set the AD flag. Enabled by default.
+  Set the AD flag. (*)
 
 **+**\ [\ **no**\ ]\ **cdflag**
   Set the CD flag.
@@ -181,13 +181,13 @@ Options
   Show the query packet.
 
 **+**\ [\ **no**\ ]\ **header**
-  Show the packet header. Enabled by default.
+  Show the packet header. (*)
 
 **+**\ [\ **no**\ ]\ **comments**
-  Show commented section names. Enabled by default.
+  Show commented section names. (*)
 
 **+**\ [\ **no**\ ]\ **opt**
-  Show the EDNS pseudosection. Enabled by default.
+  Show the EDNS pseudosection. (*)
 
 **+**\ [\ **no**\ ]\ **opttext**
   Try to show unknown EDNS options as text.
@@ -197,28 +197,28 @@ Options
   `draft-peltan-edns-presentation-format-01 <https://www.ietf.org/archive/id/draft-peltan-edns-presentation-format-01.html>`_.
 
 **+**\ [\ **no**\ ]\ **question**
-  Show the question section. Enabled by default.
+  Show the question section. (*)
 
 **+**\ [\ **no**\ ]\ **answer**
-  Show the answer section. Enabled by default.
+  Show the answer section. (*)
 
 **+**\ [\ **no**\ ]\ **authority**
-  Show the authority section. Enabled by default.
+  Show the authority section. (*)
 
 **+**\ [\ **no**\ ]\ **additional**
-  Show the additional section. Enabled by default.
+  Show the additional section. (*)
 
 **+**\ [\ **no**\ ]\ **tsig**
-  Show the TSIG pseudosection. Enabled by default.
+  Show the TSIG pseudosection. (*)
 
 **+**\ [\ **no**\ ]\ **stats**
-  Show trailing packet statistics. Enabled by default.
+  Show trailing packet statistics. (*)
 
 **+**\ [\ **no**\ ]\ **class**
-  Show the DNS class. Enabled by default.
+  Show the DNS class. (*)
 
 **+**\ [\ **no**\ ]\ **ttl**
-  Show the TTL value. Enabled by default.
+  Show the TTL value. (*)
 
 **+**\ [\ **no**\ ]\ **tcp**
   Use the TCP protocol (default is UDP for standard query and TCP for AXFR/IXFR).
@@ -349,7 +349,7 @@ Options
 Notes
 -----
 
-Every option is disabled by default if not mentioned otherwise.
+By default, only options marked with (*) are enabled.
 
 Options **-k** and **-y** can not be used simultaneously.