svn commit: r240698 - head/cddl/contrib/opensolaris/cmd/zfs
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu Sep 20 21:16:41 UTC 2012
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
>
> Log:
> Update usage to show the possiblity to use jail name
>
> Reported by: bdrewery
> MFC after: 1 month
>
> Modified:
> head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
>
> Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
> ==============================================================================
> --- 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"
--
Pawel Jakub Dawidek http://www.wheelsystems.com
FreeBSD committer http://www.FreeBSD.org
Am I Evil? Yes, I Am! http://tupytaj.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20120920/e3d70be8/attachment.pgp
More information about the svn-src-head
mailing list