]> git.proxmox.com Git - pve-storage.git/commitdiff
docs: typo, newlines, cleanup
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 15 Apr 2016 11:11:47 +0000 (13:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Apr 2016 14:37:01 +0000 (16:37 +0200)
PVE/Storage/Plugin.pm

index 6f2983897a2e17d3fe7cba988d30b557b67727fd..002b2652b37d546d413fa471888d4d953ebbce90 100644 (file)
@@ -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,
        },