Address comments · microsoft/VSConfigFinder@79bbada (original) (raw)

Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ public class CommandLineOptions : ICommandLineOptions
11 11
12 12 ///
13 13 [Option("createfile", Required = false, HelpText = "Set the folder path to output the consolidated .vsconfig.\n" +
14 -"If the argument (--createfile) is not passed at all, the program will output the cli arguments that can be fed into the Visual Studio Installer setup arguments. (e.g. --add --add Microsoft.VisualStudio.Component.Roslyn.Compiler --add Microsoft.Net.Component.4.8.SDK\n" +
14 +"If the argument (--createfile) is not passed at all, the program will output the cli arguments that can be fed into the Visual Studio Installer setup arguments. (e.g. --add Microsoft.VisualStudio.Component.Roslyn.Compiler Microsoft.Net.Component.4.8.SDK)\n" +
15 15 "If the argument is passed without a following folder path, the program will create and output the final .vsconfig into the current directory.\n" +
16 16 "If the argument is passed with a following folder path, the program will create and output the final .vsconfig into the specified folder path that is followed by --createFile.")]
17 17 public string? CreateFile { get; set; }