From 4f367c1917d69db75b44d6d98c3624dbf07f4c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 14 Apr 2016 12:41:16 +0200 Subject: [PATCH] VZDump: add -mailto schema desc --- PVE/VZDump.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 90a07f88..2ec82c42 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 => {