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 <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
This commit is contained in:
Ian Cottrell 2019-03-22 12:00:34 -04:00
parent 4471d52094
commit 23e29df326
1 changed files with 1 additions and 1 deletions

View File

@ -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:%[1]v:%[2]v
$ gopls definition internal/lsp/cmd/definition.go:#%[3]v $ gopls definition internal/lsp/cmd/definition.go:#%[3]v
gopls definition flags are: gopls query definition flags are:
`, exampleLine, exampleColumn, exampleOffset) `, exampleLine, exampleColumn, exampleOffset)
f.PrintDefaults() f.PrintDefaults()
} }