From 3f2bc4a8af498ac1fdecb3fce88a418c424d2797 Mon Sep 17 00:00:00 2001 From: mjacob Date: Thu, 18 Feb 2010 01:15:58 +0000 Subject: Add the long missing "destroy" option [mfc of 203505] --- sbin/geom/class/multipath/geom_multipath.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sbin') 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 ..." }, -- cgit v1.1