diff --git a/doc/json_schema.json b/doc/json_schema.json index 32ec40e40..80924361c 100644 --- a/doc/json_schema.json +++ b/doc/json_schema.json @@ -1961,7 +1961,8 @@ }, "hideFolders": { "type": "string", - "description": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output\nDefault: /efi:/boot:/boot/efi" + "description": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output", + "default": "/efi:/boot:/boot/efi:/boot/firmware" }, "hideFS": { "type": "string", diff --git a/src/data/help.json b/src/data/help.json index dbb27f5ac..788428a23 100644 --- a/src/data/help.json +++ b/src/data/help.json @@ -854,7 +854,7 @@ "desc": "A colon (semicolon on Windows) separated list of folder paths to hide from the disk output", "arg": { "type": "path", - "default": "/efi:/boot:/boot/efi" + "default": "/efi:/boot:/boot/efi:/boot/firmware" } }, {