We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb4fe4 commit 6428ff4Copy full SHA for 6428ff4
src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Program.cs
@@ -229,7 +229,7 @@ static CliRootCommand CreateCommandLineParser()
229
230
var serverPipeNameOption = new CliOption<string?>("--pipe")
231
{
232
- Description = "The name of the pipe used to connect to the server.",
+ Description = "The name of the pipe the server will connect to.",
233
Required = false,
234
};
235
0 commit comments