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:
40
40
"--check-parent-process" ,
41
41
action = "store_true" ,
42
42
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. "
44
44
"Note that this may not work on a Windows machine." ,
45
45
)
46
46
@@ -50,7 +50,7 @@ def add_arguments(parser) -> None:
50
50
)
51
51
log_group .add_argument (
52
52
"--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. "
54
54
"Has no effect if used with --log-config." ,
55
55
)
56
56
You can’t perform that action at this time.
0 commit comments