Skip to content

Commit

Permalink
Sync program help documentation with README (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsondev authored Oct 4, 2024
1 parent 1cb80b7 commit 3d98caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.VisualStudio.SlnGen/ProgramArguments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public ProgramArguments()
"--launch",
CommandOptionType.MultipleValue,
ValueName = "true|false",
Description = "Launch Visual Studio after generating the Solution file. Default: true on Windows")]
Description = "Launch Visual Studio after generating the Solution file. Default: true on Windows and macOS")]
public string[] LaunchVisualStudio { get; set; }

/// <summary>
Expand Down

0 comments on commit 3d98caf

Please sign in to comment.