summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2010-02-04 21:51:33 +0000
committermjacob <mjacob@FreeBSD.org>2010-02-04 21:51:33 +0000
commitea889e75a54f29237c00dc49f994bcd9498b76f4 (patch)
treeb62c29f65bac98a2d5292229de892953fdbefb62 /sbin/geom
parentf55d6a38614b7438085dec27356c054cd790a021 (diff)
downloadFreeBSD-src-ea889e75a54f29237c00dc49f994bcd9498b76f4.zip
FreeBSD-src-ea889e75a54f29237c00dc49f994bcd9498b76f4.tar.gz
Add the long missing "destroy" option.
MFC after: 2 weeks
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/multipath/geom_multipath.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/geom/class/multipath/geom_multipath.c b/sbin/geom/class/multipath/geom_multipath.c
index 1bb3f32..4319d04 100644
--- a/sbin/geom/class/multipath/geom_multipath.c
+++ b/sbin/geom/class/multipath/geom_multipath.c
@@ -55,6 +55,10 @@ struct g_command class_commands[] = {
NULL, "[-v] name prov ..."
},
{
+ "destroy", G_FLAG_VERBOSE, NULL, G_NULL_OPTS,
+ NULL, "[-v] prov ..."
+ },
+ {
"clear", G_FLAG_VERBOSE, mp_main, G_NULL_OPTS,
NULL, "[-v] prov ..."
},
OpenPOWER on IntegriCloud