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,