Update usage to show the possiblity to use jail name
Reported by: bdrewery MFC after: 1 month
This commit is contained in:
parent
d891b199bf
commit
b3da58854b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user