Skip to content

Commit

Permalink
Revert "update"
Browse files Browse the repository at this point in the history
This reverts commit 33de405.
  • Loading branch information
josefpihrt committed Aug 24, 2023
1 parent 33de405 commit 8952a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CommandLine/Options/MSBuildCommandLineOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ public abstract class MSBuildCommandLineOptions : BaseCommandLineOptions
{
[Option(
longName: "include",
HelpText = "Space separated listt of glob patterns to include files, folders or projects.",
HelpText = "Space separated list of glob patterns to include files/folders.",
MetaValue = "<GLOB>")]
public IEnumerable<string> Include { get; set; }

[Option(
longName: "exclude",
HelpText = "Space separated list of glob patterns to exclude files, folders or projects.",
HelpText = "Space separated list of glob patterns to exclude files/folders.",
MetaValue = "<GLOB>")]
public IEnumerable<string> Exclude { get; set; }

Expand Down

0 comments on commit 8952a0e

Please sign in to comment.