]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: ssl/cli: add -A to the 'show ssl sni' command description
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Dec 2024 14:22:27 +0000 (15:22 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Dec 2024 14:22:27 +0000 (15:22 +0100)
Add [-A] to the 'show ssl sni' command description.

src/ssl_ckch.c

index 440ea840272f3e8df556c636c7ed23b6f1203c7a..4b12f2565597d8889452749d37b24926c82b925f 100644 (file)
@@ -4400,7 +4400,7 @@ void ckch_deinit()
 
 /* register cli keywords */
 static struct cli_kw_list cli_kws = {{ },{
-       { { "show", "ssl", "sni", NULL },       "show ssl sni [-f <frontend>]            : display the list of SNI and their corresponding filename",              cli_parse_show_sni, cli_io_handler_show_sni, cli_release_show_sni },
+       { { "show", "ssl", "sni", NULL },       "show ssl sni [-f <frontend>] [-A]       : display the list of SNI and their corresponding filename",              cli_parse_show_sni, cli_io_handler_show_sni, cli_release_show_sni },
 
        { { "new", "ssl", "cert", NULL },       "new ssl cert <certfile>                 : create a new certificate file to be used in a crt-list or a directory", cli_parse_new_cert, NULL, NULL },
        { { "set", "ssl", "cert", NULL },       "set ssl cert <certfile> <payload>       : replace a certificate file",                                            cli_parse_set_cert, NULL, NULL },