Skip to content

Commit

Permalink
update cli usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fate0 committed May 31, 2020
1 parent a33db64 commit 25fd534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/cassowary/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,15 +384,15 @@ func runCLI(args []string) {
},
cli.StringFlag{
Name: "ca",
Usage: "certificate authority",
Usage: "ca certificate to verify peer against",
},
cli.StringFlag{
Name: "cert",
Usage: "authentication certificate",
Usage: "client authentication certificate",
},
cli.StringFlag{
Name: "key",
Usage: "authentication key",
Usage: "client authentication key",
},
},
Action: validateCLI,
Expand Down

0 comments on commit 25fd534

Please sign in to comment.