Skip to content

Commit 91c27aa

Browse files
Darleletcapflam
authored andcommitted
DOC: management: rename show stats domain cli "dns" to "resolvers"
In commit f8642ee ("MEDIUM: resolvers: rename dns extra counters to resolvers extra counters"), we renamed "dns" counters to "resolvers", but we forgot to update the documentation accordingly. This may be backported to all stable versions. (cherry picked from commit cf913c2) Signed-off-by: Christopher Faulet <[email protected]>
1 parent 42b8781 commit 91c27aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/management.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,8 +3264,8 @@ show sess <id> | older <age> | susp | all
32643264
is meant to be interpreted while checking function strm_dump_to_buffer() in
32653265
src/stream.c to figure the exact meaning of certain fields.
32663266

3267-
show stat [domain <dns|proxy>] [{<iid>|<proxy>} <type> <sid>] [typed|json] \
3268-
[desc] [up|no-maint]
3267+
show stat [domain <resolvers|proxy>] [{<iid>|<proxy>} <type> <sid>] \
3268+
[typed|json] [desc] [up|no-maint]
32693269
Dump statistics. The domain is used to select which statistics to print; dns
32703270
and proxy are available for now. By default, the CSV format is used; you can
32713271
activate the extended typed output format described in the section above if

0 commit comments

Comments
 (0)