From owner-svn-src-head@FreeBSD.ORG Thu Sep 20 21:38:46 2012 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5430A1065670; Thu, 20 Sep 2012 21:38:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1EFC58FC12; Thu, 20 Sep 2012 21:38:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8KLckKN040307; Thu, 20 Sep 2012 21:38:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8KLcjxH040306; Thu, 20 Sep 2012 21:38:45 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Thu, 20 Sep 2012 23:38:43 +0200 From: Baptiste Daroussin To: Pawel Jakub Dawidek Message-ID: <20120920213843.GQ26107@ithaqua.etoilebsd.net> References: <201209191628.q8JGSckQ025683@svn.freebsd.org> <20120920211701.GD1407@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Y9o+fgG4MNl0mnzl" Content-Disposition: inline In-Reply-To: <20120920211701.GD1407@garage.freebsd.pl> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r240698 - head/cddl/contrib/opensolaris/cmd/zfs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 21:38:46 -0000 --Y9o+fgG4MNl0mnzl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 20, 2012 at 11:17:01PM +0200, Pawel Jakub Dawidek wrote: > On Wed, Sep 19, 2012 at 04:28:38PM +0000, Baptiste Daroussin wrote: > > Author: bapt > > Date: Wed Sep 19 16:28:38 2012 > > New Revision: 240698 > > URL: http://svn.freebsd.org/changeset/base/240698 > >=20 > > Log: > > Update usage to show the possiblity to use jail name > > =20 > > Reported by: bdrewery > > MFC after: 1 month > >=20 > > Modified: > > head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c > >=20 > > Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Wed Sep 19 16:21:2= 3 2012 (r240697) > > +++ head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Wed Sep 19 16:28:3= 8 2012 (r240698) > > @@ -240,9 +240,9 @@ get_usage(zfs_help_t idx) > > return (gettext("\tupgrade [-v]\n" > > "\tupgrade [-r] [-V version] <-a | filesystem ...>\n")); > > case HELP_JAIL: > > - return (gettext("\tjail \n")); > > + return (gettext("\tjail \n")); >=20 > Please keep the style consistent. As you can see two lines above there > are spaces around |. >=20 Sure but both syntax are present in the usage: = in fact the only one with space around | is the line above you are showing, al= l the rest of the usage is without space, That is why I did it without spaces. If you tell me it is better with spaces, I'll add space. regards, Bapt --Y9o+fgG4MNl0mnzl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlBbjOMACgkQ8kTtMUmk6EyUTwCeI7gGybplsOsDYFs6a51Ce38X cdAAnAkoiZqCF/NBYJ+pnuBCbspxHmEP =uzqg -----END PGP SIGNATURE----- --Y9o+fgG4MNl0mnzl--