Make the disk filter description more clear (#1077)

This commit is contained in:
Tim Strijdhorst
2025-05-23 23:57:56 +02:00
committed by GitHub
parent a6ab8f6f97
commit cfe075e649
2 changed files with 7 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ namespace Config {
{"custom_cpu_name", "#* Custom cpu model name, empty string to disable."},
{"disks_filter", "#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace \" \".\n"
"#* Begin line with \"exclude=\" to change to exclude filter, otherwise defaults to \"most include\" filter. Example: disks_filter=\"exclude=/boot /home/user\"."},
"#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter=\"/boot /home/user\", disks_filter=\"exclude=/boot /home/user\""},
{"mem_graphs", "#* Show graphs instead of meters for memory values."},