mirror of
https://github.com/aristocratos/btop.git
synced 2026-06-11 01:04:23 -04:00
Make the disk filter description more clear (#1077)
This commit is contained in:
@@ -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."},
|
||||
|
||||
|
||||
@@ -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.",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user