From owner-svn-src-all@FreeBSD.ORG Thu Sep 20 21:16:41 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B14C5106566B; Thu, 20 Sep 2012 21:16:41 +0000 (UTC) (envelope-from pawel@dawidek.net) Received: from mail.dawidek.net (garage.dawidek.net [91.121.88.72]) by mx1.freebsd.org (Postfix) with ESMTP id 3ADA98FC0C; Thu, 20 Sep 2012 21:16:41 +0000 (UTC) Received: from localhost (89-73-195-149.dynamic.chello.pl [89.73.195.149]) by mail.dawidek.net (Postfix) with ESMTPSA id EFB3F806; Thu, 20 Sep 2012 23:15:44 +0200 (CEST) Date: Thu, 20 Sep 2012 23:17:01 +0200 From: Pawel Jakub Dawidek To: Baptiste Daroussin Message-ID: <20120920211701.GD1407@garage.freebsd.pl> References: <201209191628.q8JGSckQ025683@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IDYEmSnFhs3mNXr+" Content-Disposition: inline In-Reply-To: <201209191628.q8JGSckQ025683@svn.freebsd.org> X-OS: FreeBSD 10.0-CURRENT amd64 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-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 20 Sep 2012 21:16:41 -0000 --IDYEmSnFhs3mNXr+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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:23 = 2012 (r240697) > +++ head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Wed Sep 19 16:28:38 = 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")); Please keep the style consistent. As you can see two lines above there are spaces around |. > case HELP_UNJAIL: > - return (gettext("\tunjail \n")); > + return (gettext("\tunjail \n")); > case HELP_LIST: > return (gettext("\tlist [-rH][-d max] " > "[-o property[,...]] [-t type[,...]] [-s property] ...\n" --=20 Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://tupytaj.pl --IDYEmSnFhs3mNXr+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlBbh80ACgkQForvXbEpPzQZIwCff7+muhxlJ/w+VtwsZpo6k7x1 QzwAnRsiZpGW7Lsf2Zy2V+DVVGmTVGP1 =w65W -----END PGP SIGNATURE----- --IDYEmSnFhs3mNXr+--