summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/multipath/geom_multipath.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/multipath/geom_multipath.c')
-rw-r--r--sbin/geom/class/multipath/geom_multipath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/geom/class/multipath/geom_multipath.c b/sbin/geom/class/multipath/geom_multipath.c
index d729af7..1bb3f32 100644
--- a/sbin/geom/class/multipath/geom_multipath.c
+++ b/sbin/geom/class/multipath/geom_multipath.c
@@ -52,11 +52,11 @@ static void mp_clear(struct gctl_req *);
struct g_command class_commands[] = {
{
"label", G_FLAG_VERBOSE | G_FLAG_LOADKLD, mp_main, G_NULL_OPTS,
- "[-v] name prov ..."
+ NULL, "[-v] name prov ..."
},
{
"clear", G_FLAG_VERBOSE, mp_main, G_NULL_OPTS,
- "[-v] prov ..."
+ NULL, "[-v] prov ..."
},
G_CMD_SENTINEL
};
OpenPOWER on IntegriCloud