From 33de4053e74bb0663ab9de6665a643b4d9f45ada Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Thu, 24 Aug 2023 16:28:00 +0200 Subject: [PATCH] update --- src/CommandLine/Options/MSBuildCommandLineOptions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }