From 23e29df326feb00fa2c3f4a4e8ba3365fdc4e93d Mon Sep 17 00:00:00 2001 From: Ian Cottrell Date: Fri, 22 Mar 2019 12:00:34 -0400 Subject: [PATCH] internal/lsp: fix broken gopls query help comment Change-Id: I7f1f9c4a56a1471ebb6f2b4d1a72b8d7c2223e85 Reviewed-on: https://go-review.googlesource.com/c/tools/+/170017 Run-TryBot: Ian Cottrell TryBot-Result: Gobot Gobot Reviewed-by: Rebecca Stambler --- internal/lsp/cmd/definition.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/lsp/cmd/definition.go b/internal/lsp/cmd/definition.go index 1b8de136..89b8b481 100644 --- a/internal/lsp/cmd/definition.go +++ b/internal/lsp/cmd/definition.go @@ -50,7 +50,7 @@ Example: show the definition of the identifier at syntax at offset %[1]v in this $ gopls definition internal/lsp/cmd/definition.go:%[1]v:%[2]v $ gopls definition internal/lsp/cmd/definition.go:#%[3]v - gopls definition flags are: + gopls query definition flags are: `, exampleLine, exampleColumn, exampleOffset) f.PrintDefaults() }