Replace "cert" to "crt"

This commit is contained in:
Iwasaki Yudai 2015-08-25 21:14:15 -07:00
parent 783e3fd925
commit f60fd58f9b
3 changed files with 14 additions and 14 deletions

View file

@ -57,10 +57,10 @@ func main() {
EnvVar: "GOTTY_ENABLE_TLS",
},
cli.StringFlag{
Name: "tls-cert",
Value: app.DefaultTLSCertPath,
Usage: "TLS/SSL cert",
EnvVar: "GOTTY_TLS_CERT",
Name: "tls-crt",
Value: app.DefaultTLSCrtPath,
Usage: "TLS/SSL crt",
EnvVar: "GOTTY_TLS_CRT",
},
cli.StringFlag{
Name: "tls-key",