From e5a7618fb6e257480daea27006b50e737e3cb939 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:06:45 -0700 Subject: [PATCH] docs: Add --config to create help command --- docs/chapters/subcommands/create.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/chapters/subcommands/create.rst b/docs/chapters/subcommands/create.rst index 1105b88f..baabdb93 100644 --- a/docs/chapters/subcommands/create.rst +++ b/docs/chapters/subcommands/create.rst @@ -64,6 +64,7 @@ the below help output. -B | --bridge Enables VNET, VNET containers are attached to a specified, already existing external bridge. -C | --clone Creates a clone container, they are duplicates of the base release, consume low space and preserves changing data. + -c | --config Use a customized configuration file to override the default values. -D | --dual Creates the jails with both IPv4 and IPv6 networking ('inherit' and 'ip_hostname' only). -E | --empty Creates an empty container, intended for custom jail builds (thin/thick/linux or unsupported). -L | --linux This option is intended for testing with Linux jails, this is considered experimental.