Update usage to show the possiblity to use jail name

Reported by:	bdrewery
MFC after:	1 month
This commit is contained in:
Baptiste Daroussin 2012-09-19 16:28:38 +00:00
parent d891b199bf
commit b3da58854b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240698

View File

@ -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"));
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"