We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zpool
1 parent 0cf45c1 commit 2e475d5Copy full SHA for 2e475d5
doc/json_schema.json
@@ -820,7 +820,8 @@
820
"weather",
821
"wm",
822
"wifi",
823
- "wmtheme"
+ "wmtheme",
824
+ "zpool"
825
]
826
},
827
{
@@ -993,6 +994,10 @@
993
994
995
"const": "wmtheme",
996
"description": "Print current theme of window manager"
997
+ },
998
+ {
999
+ "const": "zpool",
1000
+ "description": "Print ZFS storage pools"
1001
}
1002
1003
src/modules/zpool/zpool.c
@@ -196,7 +196,7 @@ void ffInitZpoolOptions(FFZpoolOptions* options)
196
ffOptionInitModuleBaseInfo(
197
&options->moduleInfo,
198
FF_ZPOOL_MODULE_NAME,
199
- "Print zfs pools",
+ "Print ZFS storage pools",
200
ffParseZpoolCommandOptions,
201
ffParseZpoolJsonObject,
202
ffPrintZpool,
0 commit comments