Doc: clarify --disk-folders overrides other disk options

This commit is contained in:
李通洲
2024-05-02 13:51:20 +08:00
parent 9afcc00201
commit 3430c10ec2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -948,7 +948,7 @@
{
"long": "disk-folders",
"desc": "A colon (semicolon on Windows) separated list of folder paths to be detected",
"remark": "On Windows, a drive latter must be upper cased and end with \"\\\". \"/\" is used as an alias of the system drive. eg. \"/\" is the alias of \"C:\\\".",
"remark": "On Windows, a drive latter must be upper cased and end with \"\\\". \"/\" is used as an alias of the system drive. This option overrides other disk-show-* options",
"arg": {
"type": "path",
"default": "Auto detection using mount-points"