DOC: Fix documentation about the cli command to get resolver stats

In the management guide, this command was still referenced as "show stat
resolvers" instead of "show resolvers". The cli command was fixed by the commit
ff88efbd7 ("BUG/MINOR: dns: Fix CLI keyword declaration").

This patch fixes the issue #296. It can be backported as fas as 1.7.
This commit is contained in:
Christopher Faulet 2019-09-27 10:45:47 +02:00
parent af4bf14183
commit 78c4306165

View File

@ -2440,7 +2440,7 @@ show stat [{<iid>|<proxy>} <type> <sid>] [typed|json]
$ echo "show stat json" | socat /var/run/haproxy.sock stdio | \
python -m json.tool
show stat resolvers [<resolvers section id>]
show resolvers [<resolvers section id>]
Dump statistics for the given resolvers section, or all resolvers sections
if no section is supplied.