Skip to content

Commit 3430c10

Browse files
committed
Doc: clarify --disk-folders overrides other disk options
1 parent 9afcc00 commit 3430c10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/json_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@
12381238
},
12391239
"folders": {
12401240
"type": "string",
1241-
"description": "A colon (semicolon on Windows) separated list of folder paths for the disk output\nDefault: auto detection using mount-points"
1241+
"description": "A colon (semicolon on Windows) separated list of folder paths for the disk output\nDefault: auto detection using mount-points\nThis option overrides other `show*` options"
12421242
},
12431243
"showExternal": {
12441244
"type": "boolean",

src/data/help.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@
948948
{
949949
"long": "disk-folders",
950950
"desc": "A colon (semicolon on Windows) separated list of folder paths to be detected",
951-
"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:\\\".",
951+
"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",
952952
"arg": {
953953
"type": "path",
954954
"default": "Auto detection using mount-points"

0 commit comments

Comments
 (0)