JsonSchema: update zpool

This commit is contained in:
李通洲
2024-09-03 10:08:23 +08:00
parent 0cf45c1dcd
commit 2e475d590f
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -820,7 +820,8 @@
"weather",
"wm",
"wifi",
"wmtheme"
"wmtheme",
"zpool"
]
},
{
@@ -993,6 +994,10 @@
{
"const": "wmtheme",
"description": "Print current theme of window manager"
},
{
"const": "zpool",
"description": "Print ZFS storage pools"
}
]
},
+1 -1
View File
@@ -196,7 +196,7 @@ void ffInitZpoolOptions(FFZpoolOptions* options)
ffOptionInitModuleBaseInfo(
&options->moduleInfo,
FF_ZPOOL_MODULE_NAME,
"Print zfs pools",
"Print ZFS storage pools",
ffParseZpoolCommandOptions,
ffParseZpoolJsonObject,
ffPrintZpool,