From cf913c2f9019c2264986f38da67bed7bed191a24 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Wed, 12 Jun 2024 11:41:54 +0200 Subject: [PATCH] DOC: management: rename show stats domain cli "dns" to "resolvers" In commit f8642ee82 ("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. --- doc/management.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/management.txt b/doc/management.txt index 049edac839..f7329decb5 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -3264,8 +3264,8 @@ show sess | older | susp | all is meant to be interpreted while checking function strm_dump_to_buffer() in src/stream.c to figure the exact meaning of certain fields. -show stat [domain ] [{|} ] [typed|json] \ - [desc] [up|no-maint] +show stat [domain ] [{|} ] \ + [typed|json] [desc] [up|no-maint] Dump statistics. The domain is used to select which statistics to print; dns and proxy are available for now. By default, the CSV format is used; you can activate the extended typed output format described in the section above if -- 2.39.5