From ea88998325f73d6dfddce89ab75c7eee39ed870e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E7=A8=B3?= <56105412+anwen-anyi@users.noreply.github.com> Date: Thu, 11 May 2023 18:40:56 +0800 Subject: [PATCH] docs: add help message for mount path (#4364) Co-authored-by: Andy Hsu --- internal/op/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/op/driver.go b/internal/op/driver.go index 386ed5e1..d1fb2f59 100644 --- a/internal/op/driver.go +++ b/internal/op/driver.go @@ -63,7 +63,7 @@ func getMainItems(config driver.Config) []driver.Item { Name: "mount_path", Type: conf.TypeString, Required: true, - Help: "", + Help: "The path you want to mount to, it is unique and cannot be repeated", }, { Name: "order", Type: conf.TypeNumber,