Skip to content

Commit

Permalink
docs: Mention SCIP not just LSIF (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Sep 4, 2023
1 parent 573ddf8 commit 998d087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/src/code_intel.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Usage:
The commands are:
upload uploads an LSIF dump file
upload uploads a SCIP or LSIF index
Use "src code-intel [command] -h" for more information about a command.
`
Expand Down
2 changes: 1 addition & 1 deletion cmd/src/code_intel_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func filterLSIFUnauthorizedError(out *output.Output, err error) error {
}

return errorWithHint{err: err, hint: strings.Join(mergeStringSlices(
[]string{"This Sourcegraph instance has enforced auth for LSIF uploads."},
[]string{"This Sourcegraph instance has enforced auth for SCIP/LSIF uploads."},
actionableHints,
[]string{"For more details, see https://docs.sourcegraph.com/cli/references/code-intel/upload."},
), "\n")}
Expand Down

0 comments on commit 998d087

Please sign in to comment.