From 2890dda8474e1bccf615b831284399e833a555f7 Mon Sep 17 00:00:00 2001 From: Gavinkaa <31143057+Gavinkaa@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:25:04 +0100 Subject: [PATCH] fixing typo (#1026) --- Sources/tart/Commands/Run.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/tart/Commands/Run.swift b/Sources/tart/Commands/Run.swift index 4b842d0..03679e5 100644 --- a/Sources/tart/Commands/Run.swift +++ b/Sources/tart/Commands/Run.swift @@ -202,7 +202,7 @@ struct Run: AsyncParsableCommand { var netSoftnet: Bool = false @Option(help: ArgumentHelp("Comma-separated list of CIDRs to allow the traffic to when using Softnet isolation\n(e.g. --net-softnet-allow=192.168.0.0/24)", discussion: """ - This option allows you bypass the private IPv4 address space restrctions imposed by --net-softnet. + This option allows you bypass the private IPv4 address space restrictions imposed by --net-softnet. For example, you can allow the VM to communicate with the local network with e.g. --net-softnet-allow=10.0.0.0/16 or to completely disable the destination based restrictions with --net-softnet-allow=0.0.0.0/0.