[pve-devel] [PATCH manager] VZDump: add -mailto schema desc
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Apr 14 12:41:16 CEST 2016
---
Tested with multiple -mailto parameters and comma separated
'list' syntax, both work.
PVE/VZDump.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
index bb2ef07..092f536 100644
--- a/PVE/VZDump.pm
+++ b/PVE/VZDump.pm
@@ -92,7 +92,8 @@ my $confdesc = {
},
mailto => {
type => 'string', format => 'string-list',
- description => "",
+ description => "Comma-separated list of email addresses that should" .
+ " receive email notifications.",
optional => 1,
},
mailnotification => {
--
2.1.4
More information about the pve-devel
mailing list