From owner-svn-src-all@FreeBSD.ORG Fri Jun 6 13:00:54 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CDB9A3F; Fri, 6 Jun 2014 13:00:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39E892E0C; Fri, 6 Jun 2014 13:00:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56D0ski024724; Fri, 6 Jun 2014 13:00:54 GMT (envelope-from pjd@svn.freebsd.org) Received: (from pjd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56D0s5B024723; Fri, 6 Jun 2014 13:00:54 GMT (envelope-from pjd@svn.freebsd.org) Message-Id: <201406061300.s56D0s5B024723@svn.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 6 Jun 2014 13:00:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267159 - head/sbin/geom/class/stripe X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 13:00:54 -0000 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, {