diff options
author | mjacob <mjacob@FreeBSD.org> | 2010-02-04 21:51:33 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2010-02-04 21:51:33 +0000 |
commit | ea889e75a54f29237c00dc49f994bcd9498b76f4 (patch) | |
tree | b62c29f65bac98a2d5292229de892953fdbefb62 /sbin/geom/class/multipath/geom_multipath.c | |
parent | f55d6a38614b7438085dec27356c054cd790a021 (diff) | |
download | FreeBSD-src-ea889e75a54f29237c00dc49f994bcd9498b76f4.zip FreeBSD-src-ea889e75a54f29237c00dc49f994bcd9498b76f4.tar.gz |
Add the long missing "destroy" option.
MFC after: 2 weeks
Diffstat (limited to 'sbin/geom/class/multipath/geom_multipath.c')
-rw-r--r-- | sbin/geom/class/multipath/geom_multipath.c | 4 |
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 ..." }, |