summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2014-06-06 13:00:53 +0000
committerpjd <pjd@FreeBSD.org>2014-06-06 13:00:53 +0000
commit7132d230232b27b3081043b4c5dbc7ca8abee47c (patch)
tree0312876572bb8362653bef7dbf883b9b5b7aa0a3 /sbin/geom
parent1ec8e864a5c2897ff29447733ead613ec68700a6 (diff)
downloadFreeBSD-src-7132d230232b27b3081043b4c5dbc7ca8abee47c.zip
FreeBSD-src-7132d230232b27b3081043b4c5dbc7ca8abee47c.tar.gz
The 'create' subcommand doesn't have '-h' option.
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/stripe/geom_stripe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/stripe/geom_stripe.c b/sbin/geom/class/stripe/geom_stripe.c
index 2e9e3db..1fb16e9 100644
--- a/sbin/geom/class/stripe/geom_stripe.c
+++ b/sbin/geom/class/stripe/geom_stripe.c
@@ -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,
{
OpenPOWER on IntegriCloud