svn commit: r267159 - head/sbin/geom/class/stripe

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Jun 6 13:00:54 UTC 2014


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,
 	    {


More information about the svn-src-head mailing list