diff --git a/src/CommandLine/Options/MSBuildCommandLineOptions.cs b/src/CommandLine/Options/MSBuildCommandLineOptions.cs index 4b2b77cf79..3283aa58b2 100644 --- a/src/CommandLine/Options/MSBuildCommandLineOptions.cs +++ b/src/CommandLine/Options/MSBuildCommandLineOptions.cs @@ -11,13 +11,13 @@ public abstract class MSBuildCommandLineOptions : BaseCommandLineOptions { [Option( longName: "include", - HelpText = "Space separated list of glob patterns to include files/folders.", + HelpText = "Space separated listt of glob patterns to include files, folders or projects.", MetaValue = "")] public IEnumerable Include { get; set; } [Option( longName: "exclude", - HelpText = "Space separated list of glob patterns to exclude files/folders.", + HelpText = "Space separated list of glob patterns to exclude files, folders or projects.", MetaValue = "")] public IEnumerable Exclude { get; set; }