File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def add_arguments(parser) -> None:
4040 "--check-parent-process" ,
4141 action = "store_true" ,
4242 help = "Check whether parent process is still alive using os.kill(ppid, 0) "
43- "and auto shut down language server process when parent process is not alive."
43+ "and auto shut down language server process when parent process is not alive. "
4444 "Note that this may not work on a Windows machine." ,
4545 )
4646
@@ -50,7 +50,7 @@ def add_arguments(parser) -> None:
5050 )
5151 log_group .add_argument (
5252 "--log-file" ,
53- help = "Redirect logs to the given file instead of writing to stderr."
53+ help = "Redirect logs to the given file instead of writing to stderr. "
5454 "Has no effect if used with --log-config." ,
5555 )
5656
You can’t perform that action at this time.
0 commit comments