docs: add help message for mount path (#4364)

Co-authored-by: Andy Hsu <i@nn.ci>
This commit is contained in:
安稳 2023-05-11 18:40:56 +08:00 committed by GitHub
parent 74d971aa8a
commit ea88998325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,