mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Spelling
This commit is contained in:
parent
9b5376af30
commit
294d4611d2
4
main.go
4
main.go
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user