mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-05 03:29:35 +00:00
MINOR: quic/cli: clarify the "show quic" help message
Make it clear what is expected in the "<format>" field on the help line. This should be backported to 2.7.
This commit is contained in:
parent
3ce3959498
commit
6ccc8625b4
@ -3010,7 +3010,7 @@ show resolvers [<resolvers section id>]
|
|||||||
too_big: too big response
|
too_big: too big response
|
||||||
outdated: number of response arrived too late (after another name server)
|
outdated: number of response arrived too late (after another name server)
|
||||||
|
|
||||||
show quic [<format>] [all]
|
show quic [oneline|full] [all]
|
||||||
Dump information on all active QUIC frontend connections. This command is
|
Dump information on all active QUIC frontend connections. This command is
|
||||||
restricted and can only be issued on sockets configured for levels "operator"
|
restricted and can only be issued on sockets configured for levels "operator"
|
||||||
or "admin". An optional format can be specified as first argument to control
|
or "admin". An optional format can be specified as first argument to control
|
||||||
|
@ -9045,7 +9045,7 @@ static void cli_release_show_quic(struct appctx *appctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct cli_kw_list cli_kws = {{ }, {
|
static struct cli_kw_list cli_kws = {{ }, {
|
||||||
{ { "show", "quic", NULL }, "show quic [<format>] [all] : display quic connections status", cli_parse_show_quic, cli_io_handler_dump_quic, cli_release_show_quic },
|
{ { "show", "quic", NULL }, "show quic [oneline|full] [all] : display quic connections status", cli_parse_show_quic, cli_io_handler_dump_quic, cli_release_show_quic },
|
||||||
{{},}
|
{{},}
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user