Skip to content

Commit 2e475d5

Browse files
committed
JsonSchema: update zpool
1 parent 0cf45c1 commit 2e475d5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/json_schema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,8 @@
820820
"weather",
821821
"wm",
822822
"wifi",
823-
"wmtheme"
823+
"wmtheme",
824+
"zpool"
824825
]
825826
},
826827
{
@@ -993,6 +994,10 @@
993994
{
994995
"const": "wmtheme",
995996
"description": "Print current theme of window manager"
997+
},
998+
{
999+
"const": "zpool",
1000+
"description": "Print ZFS storage pools"
9961001
}
9971002
]
9981003
},

src/modules/zpool/zpool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ void ffInitZpoolOptions(FFZpoolOptions* options)
196196
ffOptionInitModuleBaseInfo(
197197
&options->moduleInfo,
198198
FF_ZPOOL_MODULE_NAME,
199-
"Print zfs pools",
199+
"Print ZFS storage pools",
200200
ffParseZpoolCommandOptions,
201201
ffParseZpoolJsonObject,
202202
ffPrintZpool,

0 commit comments

Comments
 (0)