mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
docs: add help message for mount path (#4364)
Co-authored-by: Andy Hsu <i@nn.ci>
This commit is contained in:
@@ -63,7 +63,7 @@ func getMainItems(config driver.Config) []driver.Item {
|
|||||||
Name: "mount_path",
|
Name: "mount_path",
|
||||||
Type: conf.TypeString,
|
Type: conf.TypeString,
|
||||||
Required: true,
|
Required: true,
|
||||||
Help: "",
|
Help: "The path you want to mount to, it is unique and cannot be repeated",
|
||||||
}, {
|
}, {
|
||||||
Name: "order",
|
Name: "order",
|
||||||
Type: conf.TypeNumber,
|
Type: conf.TypeNumber,
|
||||||
|
|||||||
Reference in New Issue
Block a user