summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/geom/class/part/geom_part.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/part/geom_part.c b/sbin/geom/class/part/geom_part.c
index 30db6c0..f70b487 100644
--- a/sbin/geom/class/part/geom_part.c
+++ b/sbin/geom/class/part/geom_part.c
@@ -88,7 +88,7 @@ struct g_command class_commands[] = {
G_OPT_SENTINEL },
"geom", NULL
},
- { "show", 0, gpart_show, G_NULL_OPTS, "[geom ...]", NULL },
+ { "show", 0, gpart_show, G_NULL_OPTS, NULL, "[geom ...]" },
{ "undo", 0, NULL, G_NULL_OPTS, "geom", NULL },
G_CMD_SENTINEL
};
OpenPOWER on IntegriCloud