File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ defmodule NextLS.LSPSupervisor do
25
25
help_text = """
26
26
Next LS v#{ NextLS . version ( ) }
27
27
28
- The langauge server for Elixir that #{ IO.ANSI . italic ( ) } #{ IO.ANSI . bright ( ) } just#{ IO.ANSI . reset ( ) } works.
28
+ The language server for Elixir that #{ IO.ANSI . italic ( ) } #{ IO.ANSI . bright ( ) } just#{ IO.ANSI . reset ( ) } works.
29
29
30
30
Author: Mitchell Hanberg
31
31
Home page: https://www.elixir-tools.dev/next-ls
@@ -36,7 +36,7 @@ defmodule NextLS.LSPSupervisor do
36
36
#{ IO.ANSI . bright ( ) } FLAGS#{ IO.ANSI . reset ( ) }
37
37
38
38
--stdio Use stdio as the transport mechanism
39
- --tcp <port> Use TCP as the transport mechanism, with the given port
39
+ --port <port> Use TCP as the transport mechanism, with the given port
40
40
--help Show help
41
41
--version Show nextls version
42
42
"""
You can’t perform that action at this time.
0 commit comments