diff --git a/PVE/Storage/CIFSPlugin.pm b/PVE/Storage/CIFSPlugin.pm index 0eb1722..5249a62 100644 --- a/PVE/Storage/CIFSPlugin.pm +++ b/PVE/Storage/CIFSPlugin.pm @@ -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, },