create: tell users that --empty only supports NAME

This commit is contained in:
tschettervictor
2025-12-15 08:52:52 -07:00
parent d7862f6fee
commit 39b9a8353c
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ options. See the below help output.
-B | --bridge Enable VNET. INTERFACE must be a bridge.
-C | --clone Create a clone jail (ZFS only).
-D | --dual Use dual (IPv4+6) networking (IP=[inherit|ip_hostname] only).
-E | --empty Create an empty jail.
-E | --empty Create an empty jail (NAME only).
-g | --gateway IP Specify a default router/gateway.
-L | --linux Create a Linux jail (experimental).
-M | --static-mac Use a static/persistent MAC address (VNET only).

View File

@@ -43,7 +43,7 @@ usage() {
-B | --bridge Enable VNET. INTERFACE must be a bridge.
-C | --clone Create a clone jail (ZFS only).
-D | --dual Use dual (IPv4+6) networking (IP=[inherit|ip_hostname] only).
-E | --empty Create an empty jail.
-E | --empty Create an empty jail (NAME only).
-g | --gateway IP Specify a default router/gateway.
-L | --linux Create a Linux jail (experimental).
-M | --static-mac Use a static/persistent MAC address (VNET only).

View File

@@ -38,7 +38,7 @@ Use dual (IPv4+6) networking (IP=[inherit|ip_hostname] only).
.Pp
This option is only supported for non-VNET jails.
.It Fl E , -empty
Create an empty jail.
Create an empty jail (NAME only).
.Pp
This option will only create the jail structure and config, but the root will be empty.
.It Fl g Ar IP , Fl -gateway Ar IP