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 c4590b5 commit c547b4aCopy full SHA for c547b4a
internal/api/flags.go
@@ -18,7 +18,7 @@ func NewFlags(flagSet *flag.FlagSet) *Flags {
18
dump: flagSet.Bool("dump-requests", false, "Log GraphQL requests and responses to stdout"),
19
getCurl: flagSet.Bool("get-curl", false, "Print the curl command for executing this query and exit (WARNING: includes printing your access token!)"),
20
trace: flagSet.Bool("trace", false, "Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing"),
21
- insecureSkipVerify: flagSet.Bool("insecure-skip-verify", false, "Skip validating x.509 certificates against trusted chains"),
+ insecureSkipVerify: flagSet.Bool("insecure-skip-verify", false, "Skip validation of TLS certificates against trusted chains"),
22
}
23
24
0 commit comments