Skip to content

Commit 6428ff4

Browse files
authored
Update src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Program.cs
1 parent 1bb4fe4 commit 6428ff4

File tree

1 file changed

+1
-1
lines changed
  • src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer

1 file changed

+1
-1
lines changed

src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ static CliRootCommand CreateCommandLineParser()
229229

230230
var serverPipeNameOption = new CliOption<string?>("--pipe")
231231
{
232-
Description = "The name of the pipe used to connect to the server.",
232+
Description = "The name of the pipe the server will connect to.",
233233
Required = false,
234234
};
235235

0 commit comments

Comments
 (0)