summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2010-02-18 01:15:58 +0000
committermjacob <mjacob@FreeBSD.org>2010-02-18 01:15:58 +0000
commit3f2bc4a8af498ac1fdecb3fce88a418c424d2797 (patch)
treeeadcc60eb7c60aa2f71dce58be1ce9f1bab96352 /sbin
parent2107ded34e22813b72aeb97cc608029162d93758 (diff)
downloadFreeBSD-src-3f2bc4a8af498ac1fdecb3fce88a418c424d2797.zip
FreeBSD-src-3f2bc4a8af498ac1fdecb3fce88a418c424d2797.tar.gz
Add the long missing "destroy" option [mfc of 203505]
Diffstat (limited to 'sbin')
-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