[pve-devel] [PATCH manager 2/4] Jobs/Plugin: remove 'vzdump' from id description

Dominik Csapak d.csapak at proxmox.com
Mon Apr 4 10:54:14 CEST 2022


it's not necessarily a vzdump job

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 PVE/Jobs/Plugin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Jobs/Plugin.pm b/PVE/Jobs/Plugin.pm
index 6098360b..541b6f43 100644
--- a/PVE/Jobs/Plugin.pm
+++ b/PVE/Jobs/Plugin.pm
@@ -17,7 +17,7 @@ my $defaultData = {
     propertyList => {
 	type => { description => "Section type." },
 	id => {
-	    description => "The ID of the VZDump job.",
+	    description => "The ID of the job.",
 	    type => 'string',
 	    format => 'pve-configid',
 	    maxLength => 64,
-- 
2.30.2






More information about the pve-devel mailing list