Skip to content

Commit 59b2e71

Browse files
authored
Update lsif upload-token docs. (#49)
1 parent 8f2f325 commit 59b2e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/lsif_upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Examples:
3535
repoFlag = flagSet.String("repo", "", `The name of the repository. (required)`)
3636
commitFlag = flagSet.String("commit", "", `The 40-character hash of the commit. (required)`)
3737
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)`)
38+
uploadTokenFlag = flagSet.String("upload-token", "", `The LSIF upload token for the given repository. (required if lsifEnforceAuth setting is enabled)`)
3939
apiFlags = newAPIFlags(flagSet)
4040
)
4141

0 commit comments

Comments
 (0)