mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue