From 03f03009ba6afba78cf5f17b2e659feaa935b46b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 3 Nov 2011 09:33:27 +0100 Subject: [PATCH] fix description --- PVE/API2/Storage/Content.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Storage/Content.pm b/PVE/API2/Storage/Content.pm index 239522d..5544ea7 100644 --- a/PVE/API2/Storage/Content.pm +++ b/PVE/API2/Storage/Content.pm @@ -100,7 +100,7 @@ __PACKAGE__->register_method ({ node => get_standard_option('pve-node'), storage => get_standard_option('pve-storage-id'), filename => { - description => "The name of the file to create/upload.", + description => "The name of the file to create.", type => 'string', }, vmid => get_standard_option('pve-vmid', { description => "Specify owner VM" } ),