[pve-devel] [PATCH cluster] pvecm: fix typo in description for 'updatecerts'
Oguz Bektas
o.bektas at proxmox.com
Mon Feb 1 15:47:01 CET 2021
Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
data/PVE/CLI/pvecm.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/PVE/CLI/pvecm.pm b/data/PVE/CLI/pvecm.pm
index 107c4cb..5ac9ed3 100755
--- a/data/PVE/CLI/pvecm.pm
+++ b/data/PVE/CLI/pvecm.pm
@@ -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,
},
--
2.20.1
More information about the pve-devel
mailing list