Skip to content

Commit 6550b77

Browse files
lildannitaCarterLi
authored andcommitted
fix(zpool): correct documented format placeholders
1 parent 7147f23 commit 6550b77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/modules/zpool/zpool.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,15 @@ FFModuleBaseInfo ffZpoolModuleInfo = {
204204
{ "Zpool name", "name" },
205205
{ "Zpool guid", "guid" },
206206
{ "Zpool state", "state" },
207-
{ "Size used", "used" },
208-
{ "Size allocated", "allocated" },
209-
{ "Size total", "total" },
207+
{ "Size used", "size-used" },
208+
{ "Size allocated", "size-allocated" },
209+
{ "Size total", "size-total" },
210210
{ "Size used percentage num", "used-percentage" },
211211
{ "Size allocated percentage num", "allocated-percentage" },
212-
{ "Fragmentation percentage num", "fragmentation-percentage" },
212+
{ "Fragmentation percentage num", "frag-percentage" },
213213
{ "Size used percentage bar", "used-percentage-bar" },
214214
{ "Size allocated percentage bar", "allocated-percentage-bar" },
215-
{ "Fragmentation percentage bar", "fragmentation-percentage-bar" },
215+
{ "Fragmentation percentage bar", "frag-percentage-bar" },
216216
{ "Is read-only", "is-readonly" },
217217
}))
218218
};

0 commit comments

Comments
 (0)