From 39b9a8353c7d2eec647f1ce2a05fb626513754ba Mon Sep 17 00:00:00 2001 From: tschettervictor Date: Mon, 15 Dec 2025 08:52:52 -0700 Subject: [PATCH] create: tell users that --empty only supports NAME --- docs/chapters/subcommands/create.rst | 2 +- usr/local/share/bastille/create.sh | 2 +- usr/local/share/man/man1/bastille-create.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/chapters/subcommands/create.rst b/docs/chapters/subcommands/create.rst index fb30e6f0..71d00058 100644 --- a/docs/chapters/subcommands/create.rst +++ b/docs/chapters/subcommands/create.rst @@ -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). diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 78a34d1e..7db5dfe4 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -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). diff --git a/usr/local/share/man/man1/bastille-create.1 b/usr/local/share/man/man1/bastille-create.1 index dfae56f1..709c0086 100644 --- a/usr/local/share/man/man1/bastille-create.1 +++ b/usr/local/share/man/man1/bastille-create.1 @@ -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