mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
fix(zpool): correct documented format placeholders
This commit is contained in:
committed by
Carter Li
parent
7147f23504
commit
6550b77c2f
@@ -204,15 +204,15 @@ FFModuleBaseInfo ffZpoolModuleInfo = {
|
||||
{ "Zpool name", "name" },
|
||||
{ "Zpool guid", "guid" },
|
||||
{ "Zpool state", "state" },
|
||||
{ "Size used", "used" },
|
||||
{ "Size allocated", "allocated" },
|
||||
{ "Size total", "total" },
|
||||
{ "Size used", "size-used" },
|
||||
{ "Size allocated", "size-allocated" },
|
||||
{ "Size total", "size-total" },
|
||||
{ "Size used percentage num", "used-percentage" },
|
||||
{ "Size allocated percentage num", "allocated-percentage" },
|
||||
{ "Fragmentation percentage num", "fragmentation-percentage" },
|
||||
{ "Fragmentation percentage num", "frag-percentage" },
|
||||
{ "Size used percentage bar", "used-percentage-bar" },
|
||||
{ "Size allocated percentage bar", "allocated-percentage-bar" },
|
||||
{ "Fragmentation percentage bar", "fragmentation-percentage-bar" },
|
||||
{ "Fragmentation percentage bar", "frag-percentage-bar" },
|
||||
{ "Is read-only", "is-readonly" },
|
||||
}))
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user