From 8a3b0e9723ea1dc218ad02504b839b7b569019a9 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Wed, 13 Mar 2024 13:46:34 +0000 Subject: [PATCH] Fix duplicae flag --- Tools/MonoGame.Content.Builder/BuildContent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/MonoGame.Content.Builder/BuildContent.cs b/Tools/MonoGame.Content.Builder/BuildContent.cs index f157672d0ae..5bd66b19bc1 100644 --- a/Tools/MonoGame.Content.Builder/BuildContent.cs +++ b/Tools/MonoGame.Content.Builder/BuildContent.cs @@ -22,7 +22,7 @@ class BuildContent [CommandLineParameter( Name = "waitfordebugger", - Flag = "w", + Flag = "a", Description = "Wait for debugger to attach before building content.")] public bool WaitForDebuggerToAttach = false;