Author: pjd
Date: Fri Jun  6 13:00:53 2014
New Revision: 267159
URL: http://svnweb.freebsd.org/changeset/base/267159

Log:
  The 'create' subcommand doesn't have '-h' option.

Modified:
  head/sbin/geom/class/stripe/geom_stripe.c

Modified: head/sbin/geom/class/stripe/geom_stripe.c
==============================================================================
--- head/sbin/geom/class/stripe/geom_stripe.c   Fri Jun  6 12:52:44 2014        
(r267158)
+++ head/sbin/geom/class/stripe/geom_stripe.c   Fri Jun  6 13:00:53 2014        
(r267159)
@@ -62,7 +62,7 @@ struct g_command class_commands[] = {
                { 's', "stripesize", GSTRIPE_STRIPESIZE, G_TYPE_NUMBER },
                G_OPT_SENTINEL
            },
-           "[-hv] [-s stripesize] name prov prov ..."
+           "[-v] [-s stripesize] name prov prov ..."
        },
        { "destroy", G_FLAG_VERBOSE, NULL,
            {
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to