diff --git a/src/quic_conn.c b/src/quic_conn.c index a002555d5..1048e569d 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 }, {{},} }};