pvecm: fix typo in description for 'updatecerts'

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
Oguz Bektas 2021-02-01 15:47:01 +01:00 committed by Thomas Lamprecht
parent e085fe6f9f
commit 80d19645c4

View file

@ -551,7 +551,7 @@ __PACKAGE__->register_method ({
additionalProperties => 0,
properties => {
force => {
description => "Force generation of new SSL certifate.",
description => "Force generation of new SSL certificate.",
type => 'boolean',
optional => 1,
},