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 @@ -32,7 +32,7 @@ getArguments = execParser opts
32
32
33
33
arguments :: Parser Arguments
34
34
arguments = Arguments
35
- <$> switch (long " lsp" <> help " Start talking to an LSP server " )
35
+ <$> switch (long " lsp" <> help " Start talking to an LSP client " )
36
36
<*> optional (strOption $ long " cwd" <> metavar " DIR" <> help " Change to this directory" )
37
37
<*> switch (long " version" <> help " Show ghcide and GHC versions" )
38
38
<*> optional (strOption $ long " shake-profiling" <> metavar " DIR" <> help " Dump profiling reports to this directory" )
@@ -47,6 +47,6 @@ arguments = Arguments
47
47
<|> Typecheck <$> fileCmd )
48
48
where
49
49
fileCmd = many (argument str (metavar " FILES/DIRS..." ))
50
- lspInfo = fullDesc <> progDesc " Start talking to an LSP server "
50
+ lspInfo = fullDesc <> progDesc " Start talking to an LSP client "
51
51
fileInfo = fullDesc <> progDesc " Used as a test bed to check your IDE will work"
52
52
hieInfo = fullDesc <> progDesc " Query .hie files"
You can’t perform that action at this time.
0 commit comments