summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-10-21 19:38:21 +0000
committermarcel <marcel@FreeBSD.org>2007-10-21 19:38:21 +0000
commit69e9c2d1b9a3bf7997c2e229472397cc326fdf10 (patch)
treed19416fc732e0bc08c70938c5251872028ee8c44 /sbin
parentbbd492c49cd023f75575a7a49a5a1fe11e6dd8ee (diff)
downloadFreeBSD-src-69e9c2d1b9a3bf7997c2e229472397cc326fdf10.zip
FreeBSD-src-69e9c2d1b9a3bf7997c2e229472397cc326fdf10.tar.gz
Fix a last-minute, but more importantly, an untested change that
made the previous commit non-functional: the usage string was put in the wrong field...
Diffstat (limited to 'sbin')
-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