From ecf894cb2678f5732314bf4893a60ce039cf9d1f Mon Sep 17 00:00:00 2001 From: j-dunham Date: Tue, 18 Jul 2023 13:05:37 -0400 Subject: [PATCH] Update src/ActionsImporter/Commands/Common.cs Co-authored-by: Ethan Dennis --- src/ActionsImporter/Commands/Common.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ActionsImporter/Commands/Common.cs b/src/ActionsImporter/Commands/Common.cs index 9043255b..88e26b16 100644 --- a/src/ActionsImporter/Commands/Common.cs +++ b/src/ActionsImporter/Commands/Common.cs @@ -21,7 +21,7 @@ public static class Common public static readonly Option NoHostNetwork = new("--no-host-network") { - Description = "Disable using host network.", + Description = "Use docker's default bridge network instead of the host machine's network.", IsRequired = false, };