Skip to content

Commit

Permalink
Sync program help documentation with README
Browse files Browse the repository at this point in the history
For both Windows and macOS, Visual Studio is launched by default. The readme correctly states this but the program help wasn't updated in microsoft#492
  • Loading branch information
richardsondev authored Oct 3, 2024
1 parent c272b44 commit 779a502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -548,4 +548,4 @@ private bool GetBoolean(string[] values, bool defaultValue = false)
return null;
}
}
}
}

0 comments on commit 779a502

Please sign in to comment.