From: Frédéric Lécaille Date: Tue, 23 May 2023 09:36:49 +0000 (+0200) Subject: MINOR: quic: Align "show quic" command help information X-Git-Tag: v2.8-dev13~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fa633e22f8f96db896de7b02d3798ec012305f2;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/src/quic_conn.c b/src/quic_conn.c index a002555d57..1048e569d5 100644 --- a/src/quic_conn.c +++ b/src/quic_conn.c @@ -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 [] [all] : display quic connections status", cli_parse_show_quic, cli_io_handler_dump_quic, cli_release_show_quic }, {{},} }};