]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic: Align "show quic" command help information
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 23 May 2023 09:36:49 +0000 (11:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 May 2023 14:30:11 +0000 (16:30 +0200)
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.

src/quic_conn.c

index a002555d57c41fce741f9736f38d5709633364c2..1048e569d51faea8df30c60b9987115a4103d70e 100644 (file)
@@ -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 },
        {{},}
 }};