From 819aba5d6d2e4450289461e85e1fa05dade768af Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Thu, 26 Dec 2019 04:51:36 +0900 Subject: [PATCH] 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 Run-TryBot: Rebecca Stambler TryBot-Result: Gobot Gobot --- internal/lsp/cmd/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/lsp/cmd/cmd.go b/internal/lsp/cmd/cmd.go index fe957c50f8..e7c9d8681e 100644 --- a/internal/lsp/cmd/cmd.go +++ b/internal/lsp/cmd/cmd.go @@ -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. Available commands are: -`, app.Name(), app.Name(), app.Serve.Name()) +`) fmt.Fprint(f.Output(), ` main: `)