docs: typo, newlines, cleanup
This commit is contained in:
committed by
Dietmar Maurer
parent
1900dbd0a7
commit
daccf21ef7
@ -24,7 +24,8 @@ my $defaultData = {
|
|||||||
{ completion => \&PVE::Storage::complete_storage }),
|
{ completion => \&PVE::Storage::complete_storage }),
|
||||||
nodes => get_standard_option('pve-node-list', { optional => 1 }),
|
nodes => get_standard_option('pve-node-list', { optional => 1 }),
|
||||||
content => {
|
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',
|
type => 'string', format => 'pve-storage-content-list',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
completion => \&PVE::Storage::complete_content_type,
|
completion => \&PVE::Storage::complete_content_type,
|
||||||
@ -46,7 +47,7 @@ my $defaultData = {
|
|||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
'format' => {
|
'format' => {
|
||||||
description => "Default Image format.",
|
description => "Default image format.",
|
||||||
type => 'string', format => 'pve-storage-format',
|
type => 'string', format => 'pve-storage-format',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user