aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/cmd/usage/check.hlp
diff options
context:
space:
mode:
Diffstat (limited to 'gopls/internal/lsp/cmd/usage/check.hlp')
-rw-r--r--gopls/internal/lsp/cmd/usage/check.hlp8
1 files changed, 8 insertions, 0 deletions
diff --git a/gopls/internal/lsp/cmd/usage/check.hlp b/gopls/internal/lsp/cmd/usage/check.hlp
new file mode 100644
index 000000000..ba89588d5
--- /dev/null
+++ b/gopls/internal/lsp/cmd/usage/check.hlp
@@ -0,0 +1,8 @@
+show diagnostic results for the specified file
+
+Usage:
+ gopls [flags] check <filename>
+
+Example: show the diagnostic results of this file:
+
+ $ gopls check internal/lsp/cmd/check.go