From ae4b1182f4198698c782cc43bcdebc63e5da1c44 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 13 Mar 2025 22:27:27 -0600 Subject: [PATCH] docs: network - typo --- docs/chapters/subcommands/network.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/subcommands/network.rst b/docs/chapters/subcommands/network.rst index 0bce3556..13c4bb55 100644 --- a/docs/chapters/subcommands/network.rst +++ b/docs/chapters/subcommands/network.rst @@ -26,7 +26,7 @@ When cloning a jail that has a `-P|--passthrough` interface, you will have warni -C | --classic Add an interface to a classic (non-VNET) jail. -M | --static-mac Generate a static MAC address for the interface. -n | --no-ip Create interface without an IP (VNET only). - -P | --passthrough Pass the entire interface througg to the jail. + -P | --passthrough Pass the entire interface through to the jail. -V | --vnet Add a VNET interface to an existing jail. -v | --vlan VLANID Add interface with specified VLAN ID (VNET only). -x | --debug Enable debug mode.