mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-25 15:11:10 +00:00
MINOR: quic: Align "show quic" command help information
Align the "show quic" help information with all the others command help information. Furthermore, makes this information match the management documentation. Must be backported to 2.7.
This commit is contained in:
parent
35b63964a0
commit
5fa633e22f
@ -8970,7 +8970,7 @@ static void cli_release_show_quic(struct appctx *appctx)
|
||||
}
|
||||
|
||||
static struct cli_kw_list cli_kws = {{ }, {
|
||||
{ { "show", "quic", NULL }, "show quic : display quic connections status", cli_parse_show_quic, cli_io_handler_dump_quic, cli_release_show_quic },
|
||||
{ { "show", "quic", NULL }, "show quic [<format>] [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