From: William Lallemand Date: Mon, 16 Dec 2024 14:22:27 +0000 (+0100) Subject: MINOR: ssl/cli: add -A to the 'show ssl sni' command description X-Git-Tag: v3.2-dev2~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd35b7fb971a785de69a5b864780949a2125a364;p=thirdparty%2Fhaproxy.git MINOR: ssl/cli: add -A to the 'show ssl sni' command description Add [-A] to the 'show ssl sni' command description. --- diff --git a/src/ssl_ckch.c b/src/ssl_ckch.c index 440ea84027..4b12f25655 100644 --- a/src/ssl_ckch.c +++ b/src/ssl_ckch.c @@ -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 ] : 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 ] [-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 : 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 : replace a certificate file", cli_parse_set_cert, NULL, NULL },