We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2f325 commit 59b2e71Copy full SHA for 59b2e71
cmd/src/lsif_upload.go
@@ -35,7 +35,7 @@ Examples:
35
repoFlag = flagSet.String("repo", "", `The name of the repository. (required)`)
36
commitFlag = flagSet.String("commit", "", `The 40-character hash of the commit. (required)`)
37
fileFlag = flagSet.String("file", "", `The path to the LSIF dump file. (required)`)
38
- uploadTokenFlag = flagSet.String("upload-token", "", `The LSIF upload token for the given repository. (required for Sourcegraph.com only)`)
+ uploadTokenFlag = flagSet.String("upload-token", "", `The LSIF upload token for the given repository. (required if lsifEnforceAuth setting is enabled)`)
39
apiFlags = newAPIFlags(flagSet)
40
)
41
0 commit comments