From daccf21ef7d7b4df3136d480c87fd22330ae5b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 15 Apr 2016 13:11:47 +0200 Subject: [PATCH] docs: typo, newlines, cleanup --- PVE/Storage/Plugin.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PVE/Storage/Plugin.pm b/PVE/Storage/Plugin.pm index 6f29838..002b265 100644 --- a/PVE/Storage/Plugin.pm +++ b/PVE/Storage/Plugin.pm @@ -24,7 +24,8 @@ my $defaultData = { { completion => \&PVE::Storage::complete_storage }), nodes => get_standard_option('pve-node-list', { optional => 1 }), content => { - description => "Allowed content types. Note: value 'rootdir' is used for Containers, and value 'images' for KVM-Qemu VM's.\n", + description => "Allowed content types.\n\nNOTE: the value " . + "'rootdir' is used for Containers, and value 'images' for VMs.\n", type => 'string', format => 'pve-storage-content-list', optional => 1, completion => \&PVE::Storage::complete_content_type, @@ -46,7 +47,7 @@ my $defaultData = { optional => 1, }, 'format' => { - description => "Default Image format.", + description => "Default image format.", type => 'string', format => 'pve-storage-format', optional => 1, },