cifs: use more general name for password description

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-07-09 10:34:53 +02:00
parent 28be2a431b
commit 0f2549edd4

View File

@ -107,7 +107,7 @@ sub properties {
type => 'string',
},
password => {
description => "Password for CIFS share.",
description => "Password for accessing the share/datastore.",
type => 'string',
maxLength => 256,
},