1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
This commit is contained in:
Zack Scholl 2017-06-23 13:02:56 -06:00
parent 9b5376af30
commit 294d4611d2

View File

@ -65,12 +65,12 @@ func main() {
cli.StringFlag{
Name: "cert",
Value: "",
Usage: "Absolute Path to SSL Public Cert",
Usage: "absolute path to SSL public sertificate",
},
cli.StringFlag{
Name: "key",
Value: "",
Usage: "Aboslute Path to corresponding private key",
Usage: "absolute path to SSL private key",
},
cli.BoolFlag{
Name: "debug, d",