From: William Lallemand Date: Wed, 23 Apr 2025 11:59:27 +0000 (+0200) Subject: MINOR: acme/cli: add the 'acme renew' command to the help message X-Git-Tag: v3.2-dev12~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d19a62dc6576d99f4e343ca25f8a2f853c6b2f04;p=thirdparty%2Fhaproxy.git MINOR: acme/cli: add the 'acme renew' command to the help message Add the 'acme renew' command to the 'help' command of the CLI. --- diff --git a/src/acme.c b/src/acme.c index 1e45b2d44..ce0f495cf 100644 --- a/src/acme.c +++ b/src/acme.c @@ -1933,7 +1933,7 @@ err: static struct cli_kw_list cli_kws = {{ },{ - { { "acme", "renew", NULL }, NULL, cli_acme_renew_parse, NULL, NULL, NULL, 0 }, + { { "acme", "renew", NULL }, "acme renew : renew a certificate using the ACME protocol", cli_acme_renew_parse, NULL, NULL, NULL, 0 }, { { NULL }, NULL, NULL, NULL } }};