]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: acme/cli: add the 'acme renew' command to the help message
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 23 Apr 2025 11:59:27 +0000 (13:59 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 23 Apr 2025 11:59:27 +0000 (13:59 +0200)
Add the 'acme renew' command to the 'help' command of the CLI.

src/acme.c

index 1e45b2d44491518fa707db72b86faeb4702ffa52..ce0f495cf7fa369cddad7934381c94c741b50437 100644 (file)
@@ -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 <certfile>                   : renew a certificate using the ACME protocol", cli_acme_renew_parse, NULL, NULL, NULL, 0 },
        { { NULL }, NULL, NULL, NULL }
 }};