Author: mjacob
Date: Thu Feb  4 21:51:33 2010
New Revision: 203505
URL: http://svn.freebsd.org/changeset/base/203505

Log:
  Add the long missing "destroy" option.
  
  MFC after:    2 weeks

Modified:
  head/sbin/geom/class/multipath/geom_multipath.c

Modified: head/sbin/geom/class/multipath/geom_multipath.c
==============================================================================
--- head/sbin/geom/class/multipath/geom_multipath.c     Thu Feb  4 21:11:44 
2010        (r203504)
+++ head/sbin/geom/class/multipath/geom_multipath.c     Thu Feb  4 21:51:33 
2010        (r203505)
@@ -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 ..."
        },
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to