Skip to content

Commit

Permalink
Fix duplicae flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jun 7, 2024
1 parent 2d0afac commit 8a3b0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/MonoGame.Content.Builder/BuildContent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8a3b0e9

Please sign in to comment.