correct comment about arg
This commit is contained in:
parent
151c3fea88
commit
3b8cdb2ae0
3
serve.go
3
serve.go
|
@ -131,7 +131,8 @@ func main() {
|
||||||
"--agree-eula",
|
"--agree-eula",
|
||||||
"--email", "coolaj86@gmail.com",
|
"--email", "coolaj86@gmail.com",
|
||||||
"--authenticator", "standalone",
|
"--authenticator", "standalone",
|
||||||
"--domains", "www.example.com", "example.com",
|
"--domains", "www.example.com",
|
||||||
|
"--domains", "example.com",
|
||||||
"--dvsni-port", "65443",
|
"--dvsni-port", "65443",
|
||||||
"auth",
|
"auth",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue