Date: Thu, 20 Sep 2012 23:17:01 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Baptiste Daroussin <bapt@FreeBSD.org> 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 Message-ID: <20120920211701.GD1407@garage.freebsd.pl> In-Reply-To: <201209191628.q8JGSckQ025683@svn.freebsd.org> References: <201209191628.q8JGSckQ025683@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <jailid> <filesystem>\n")); > + return (gettext("\tjail <jailid|jailname> <filesystem>\n")); Please keep the style consistent. As you can see two lines above there are spaces around |. > case HELP_UNJAIL: > - return (gettext("\tunjail <jailid> <filesystem>\n")); > + return (gettext("\tunjail <jailid|jailname> <filesystem>\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+--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120920211701.GD1407>