mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:50:00 -04:00
fix: doc: Document that dig's query options are order sensitive
Closes #5730 Merge branch '5730-document-query-options-order-sensitive' into 'main' See merge request isc-projects/bind9!11526
This commit is contained in:
commit
c482a8ca42
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ the string ``no`` to negate the meaning of that keyword. Other keywords
|
|||
assign values to options, like the timeout interval. They have the form
|
||||
``+keyword=value``. Keywords may be abbreviated, provided the
|
||||
abbreviation is unambiguous; for example, :option:`+cd` is equivalent to
|
||||
:option:`+cdflag`. The query options are:
|
||||
:option:`+cdflag`. Query options are order sensitive. The query options are:
|
||||
|
||||
.. option:: +aaflag, +noaaflag
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue