[pve-devel] [PATCH manager] fix typo
Fabian Ebner
f.ebner at proxmox.com
Thu Oct 1 13:21:56 CEST 2020
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
PVE/CLI/pvesr.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/CLI/pvesr.pm b/PVE/CLI/pvesr.pm
index cb79e2bf..2b8ce7f1 100644
--- a/PVE/CLI/pvesr.pm
+++ b/PVE/CLI/pvesr.pm
@@ -64,7 +64,7 @@ __PACKAGE__->register_method ({
optional => 1,
},
force => {
- description => "Allow to remove all existion volumes (empty volume list).",
+ description => "Allow to remove all existing replicated volumes (empty volume list).",
type => 'boolean',
optional => 1,
default => 0,
--
2.20.1
More information about the pve-devel
mailing list