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{
|
cli.StringFlag{
|
||||||
Name: "cert",
|
Name: "cert",
|
||||||
Value: "",
|
Value: "",
|
||||||
Usage: "Absolute Path to SSL Public Cert",
|
Usage: "absolute path to SSL public sertificate",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "key",
|
Name: "key",
|
||||||
Value: "",
|
Value: "",
|
||||||
Usage: "Aboslute Path to corresponding private key",
|
Usage: "absolute path to SSL private key",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "debug, d",
|
Name: "debug, d",
|
||||||
|
Loading…
Reference in New Issue
Block a user