From 0f2549edd4958b5819ae580bf4112d94ccc54835 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 9 Jul 2020 10:34:53 +0200 Subject: [PATCH] cifs: use more general name for password description Signed-off-by: Thomas Lamprecht --- PVE/Storage/CIFSPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },