Skip to content

Commit

Permalink
use ',' instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ben1009 committed Apr 26, 2021
1 parent 0398482 commit 98e7197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func addSecurityFlags(flags *pflag.FlagSet, isServer bool) {
flags.StringVar(&certPath, "cert", "", "Certificate path for TLS connection")
flags.StringVar(&keyPath, "key", "", "Private key path for TLS connection")
if isServer {
flags.StringVar(&allowedCertCN, "cert-allowed-cn", "", "Verify caller's identity (cert Common Name). Use , to separate multiple CN")
flags.StringVar(&allowedCertCN, "cert-allowed-cn", "", "Verify caller's identity (cert Common Name). Use ',' to separate multiple CN")
}
}

Expand Down

0 comments on commit 98e7197

Please sign in to comment.