We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5480e5d commit 5b8f15aCopy full SHA for 5b8f15a
1 file changed
pylsp/__main__.py
@@ -40,7 +40,7 @@ def add_arguments(parser) -> None:
40
"--check-parent-process",
41
action="store_true",
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."
+ "and auto shut down language server process when parent process is not alive. "
44
"Note that this may not work on a Windows machine.",
45
)
46
@@ -50,7 +50,7 @@ def add_arguments(parser) -> None:
50
51
log_group.add_argument(
52
"--log-file",
53
- help="Redirect logs to the given file instead of writing to stderr."
+ help="Redirect logs to the given file instead of writing to stderr. "
54
"Has no effect if used with --log-config.",
55
56
0 commit comments