Skip to content

Commit

Permalink
rename SSL -> TLS (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Mar 16, 2020
1 parent 06a9fd6 commit 45ca6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var globalFlags = []cli.Flag{
},
cli.BoolFlag{
Name: "insecure",
Usage: "disable SSL certificate verification",
Usage: "disable TLS certificate verification",
},
cli.BoolFlag{
Name: "autocompletion",
Expand Down

0 comments on commit 45ca6ae

Please sign in to comment.