mirror of
https://github.com/golang/go
synced 2024-11-18 13:04:46 -07:00
internal/lsp/cmd: remove unnecessary message from help
remove "goplsgoplsserve" from before the main commands output. Change-Id: Ib41376d4ad4b601650730f053682868408617c4d Reviewed-on: https://go-review.googlesource.com/c/tools/+/212577 Reviewed-by: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
065ed046f1
commit
819aba5d6d
@ -106,7 +106,7 @@ language features. When no command is specified, gopls will default to the 'serv
|
|||||||
command. The language features can also be accessed via the gopls command-line interface.
|
command. The language features can also be accessed via the gopls command-line interface.
|
||||||
|
|
||||||
Available commands are:
|
Available commands are:
|
||||||
`, app.Name(), app.Name(), app.Serve.Name())
|
`)
|
||||||
fmt.Fprint(f.Output(), `
|
fmt.Fprint(f.Output(), `
|
||||||
main:
|
main:
|
||||||
`)
|
`)
|
||||||
|
Loading…
Reference in New Issue
Block a user