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" } ),