MINOR: acme/cli: add the 'acme renew' command to the help message

Add the 'acme renew' command to the 'help' command of the CLI.
This commit is contained in:
William Lallemand 2025-04-23 13:59:27 +02:00
parent 1709cfd31d
commit d19a62dc65

View 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 }
}};