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."},

View File

@@ -657,12 +657,13 @@ namespace Menu {
"Separate multiple values with",
"whitespace \" \".",
"",
"Begin line with \"exclude=\" to change to",
"exclude filter.",
"Otherwise defaults to \"most include\" filter.",
"Only disks matching the filter will be shown.",
"Prepend \033[3mexclude=\033[23m to only show disks ",
"not matching the filter.",
"",
"Example:",
"\"exclude=/boot /home/user\""},
"Examples:",
"/boot /home/user",
"exclude=/boot /home/user"},
{"zfs_arc_cached",
"(Linux) Count ZFS ARC as cached memory.",
"",